Done button refresh update

This commit is contained in:
yannick
2015-11-26 18:23:50 +01:00
parent a41d09a625
commit 596b781357
2 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -261,7 +261,7 @@
[viewControllers addObject:settingsViewController];
segmentedViewController.title = NSLocalizedStringFromTable(@"room_details_title", @"Vector", nil);
[segmentedViewController initWithTitles:titles viewControllers:viewControllers defaultSelected:1];
[segmentedViewController initWithTitles:titles viewControllers:viewControllers defaultSelected:0];
}
}