mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-15 15:02:49 +01:00
Fixed identation of the REDIRECT_URI constant
This commit is contained in:
parent
569db9eac8
commit
2289fb937c
@ -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>()
|
||||
|
Loading…
Reference in New Issue
Block a user