Fixed identation of the REDIRECT_URI constant
This commit is contained in:
parent
569db9eac8
commit
2289fb937c
1 changed files with 1 additions and 1 deletions
|
@ -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>()
|
||||
|
|
Reference in a new issue