Marino Faggiana 6 년 전
부모
커밋
ceb204d8f0
4개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      iOSClient/Brand/File_Provider_Extension.plist
  2. 1 1
      iOSClient/Brand/Share.plist
  3. 1 1
      iOSClient/Brand/iOSClient.plist
  4. 3 0
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Brand/File_Provider_Extension.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.22.0</string>
 	<key>CFBundleVersion</key>
-	<string>15</string>
+	<string>16</string>
 	<key>NSExtension</key>
 	<dict>
 		<key>NSExtensionFileProviderDocumentGroup</key>

+ 1 - 1
iOSClient/Brand/Share.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.22.0</string>
 	<key>CFBundleVersion</key>
-	<string>15</string>
+	<string>16</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 1 - 1
iOSClient/Brand/iOSClient.plist

@@ -69,7 +69,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>15</string>
+	<string>16</string>
 	<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
 	<true/>
 	<key>Fabric</key>

+ 3 - 0
iOSClient/Main/CCMain.m

@@ -4027,6 +4027,9 @@
     
     if (self.tableView.editing)
         [self setTitle];
+    
+    //
+    [self.tableView reloadEmptyDataSet];
 }
 
 - (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath