Explorar o código

Fix bottom inset in settings

Signed-off-by: Philippe Weidmann <philippe.weidmann@infomaniak.com>
Philippe Weidmann %!s(int64=5) %!d(string=hai) anos
pai
achega
37260281a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/Settings/CCSettings.m

+ 1 - 0
iOSClient/Settings/CCSettings.m

@@ -184,6 +184,7 @@
     [section addFormRow:row];
     
     self.tableView.showsVerticalScrollIndicator = NO;
+    self.tableView.contentInset = UIEdgeInsetsMake(0, 0, 35, 0);
     self.form = form;
 }