Fixed identation of the REDIRECT_URI constant

This commit is contained in:
undefiened 2023-08-27 16:25:09 +02:00
parent 569db9eac8
commit 2289fb937c

View File

@ -152,7 +152,7 @@ class GoogleDriveSyncService(context: Context, json: Json, syncPreferences: Sync
class GoogleDriveService(private val context: Context) {
var googleDriveService: Drive? = null
companion object {
companion object {
const val REDIRECT_URI = "eu.kanade.google.oauth:/oauth2redirect"
}
private val syncPreferences = Injekt.get<SyncPreferences>()