소스 검색

#2625

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 년 전
부모
커밋
adff2c16b8
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      iOSClient/Data/NCManageDatabase.swift
  2. 1 1
      iOSClient/Diagnostics/NCCapabilitiesView.swift

+ 1 - 0
iOSClient/Data/NCManageDatabase.swift

@@ -124,6 +124,7 @@ class NCManageDatabase: NSObject {
                         migration.deleteData(forType: tableMetadata.className())
                         migration.deleteData(forType: tableDirectory.className())
                         migration.deleteData(forType: tableE2eEncryptionLock.className())
+                        migration.deleteData(forType: tableGPS.className())
                     }
 
                 }, shouldCompactOnLaunch: { totalBytes, usedBytes in

+ 1 - 1
iOSClient/Diagnostics/NCCapabilitiesView.swift

@@ -160,7 +160,7 @@ struct NCCapabilitiesView: View {
                     .foregroundColor(.green)
             } else {
                 Image(systemName: "multiply.circle.fill")
-                    .foregroundColor(.red)
+                    .foregroundColor(.gray)
             }
         }
     }