mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-12 22:39:33 +02:00
Fixed identation of the REDIRECT_URI constant
This commit is contained in:
@@ -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 New Issue
Block a user