mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-17 00:29:43 +02:00
@@ -277,7 +277,9 @@ class GoogleDriveSyncService(context: Context, json: Json, syncPreferences: Sync
|
|||||||
} else {
|
} else {
|
||||||
for (file in appDataFileList) {
|
for (file in appDataFileList) {
|
||||||
drive.files().delete(file.id).execute()
|
drive.files().delete(file.id).execute()
|
||||||
logcat(LogPriority.DEBUG) { "Deleted sync data file in appData folder of Google Drive with file ID: ${file.id}" }
|
logcat(
|
||||||
|
LogPriority.DEBUG,
|
||||||
|
) { "Deleted sync data file in appData folder of Google Drive with file ID: ${file.id}" }
|
||||||
}
|
}
|
||||||
DeleteSyncDataStatus.SUCCESS
|
DeleteSyncDataStatus.SUCCESS
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user