Browse Source

#2625

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 year ago
parent
commit
adff2c16b8

+ 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)
             }
         }
     }