mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Merge branch 'master' of git.linphone.org:linphone-iphone
This commit is contained in:
commit
3ff7626595
5 changed files with 7 additions and 7 deletions
|
|
@ -34,10 +34,10 @@
|
|||
// remove separators between empty items, cf
|
||||
// http://stackoverflow.com/questions/1633966/can-i-force-a-uitableview-to-hide-the-separator-between-empty-cells
|
||||
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
|
||||
//}
|
||||
}
|
||||
|
||||
//- (void)viewWillAppear:(BOOL)animated {
|
||||
// [super viewWillAppear:animated];
|
||||
- (void)viewWillAppear:(BOOL)animated {
|
||||
[super viewWillAppear:animated];
|
||||
|
||||
_sideMenuEntries = [[NSMutableArray alloc] init];
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ad078c2276c5a7ea80a31c754927be13e87eaf6c
|
||||
Subproject commit aa4889531a906c07dcf2270a6a08f3d12a7e7948
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b825c68d2c69385d277f7833f21c6c0a3f4ad8d
|
||||
Subproject commit 7b9e472b44f3267f5d1de511ab50ff345cf0050a
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 36a73fe528a890cd8715a50288fe50d2d5fbdf59
|
||||
Subproject commit a6d9ea7b211c53b1d4800497644a56f4674e5924
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit ee79cb516e60940a4338c388d66845c491ad6077
|
||||
Subproject commit dce0f4d495d4ab239d39eb42b5bd2b3ef609815e
|
||||
Loading…
Add table
Reference in a new issue