Marino Faggiana 8 жил өмнө
parent
commit
fd6e7b6adb

+ 2 - 1
iOSClient/Main/CCMain.m

@@ -1983,7 +1983,8 @@
 - (void)searchBar:(UISearchBar *)searchBar selectedScopeButtonIndexDidChange:(NSInteger)selectedScope
 {
     NSString *title = [self.searchController.searchBar.scopeButtonTitles objectAtIndex:selectedScope];
-    
+    self.searchController.searchBar.placeholder = title;
+
     if ([title isEqualToString:NSLocalizedString(@"_search_this_folder_",nil)])
         _depth = @"0";