mirror of
https://github.com/mihonapp/mihon.git
synced 2025-04-23 12:48:45 +02:00
chore: ktlint err
Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
parent
aba86a47f3
commit
4f2f9be05e
@ -129,7 +129,8 @@ class GoogleDriveSyncService(context: Context, json: Json, syncPreferences: Sync
|
|||||||
|
|
||||||
override suspend fun pushSyncData(syncData: SyncData) {
|
override suspend fun pushSyncData(syncData: SyncData) {
|
||||||
val jsonData = json.encodeToString(syncData)
|
val jsonData = json.encodeToString(syncData)
|
||||||
val drive = googleDriveService.driveService ?: throw Exception(context.getString(R.string.google_drive_not_signed_in))
|
val drive = googleDriveService.driveService
|
||||||
|
?: throw Exception(context.getString(R.string.google_drive_not_signed_in))
|
||||||
|
|
||||||
val fileList = getFileList(drive)
|
val fileList = getFileList(drive)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user