mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-30 18:34:54 +01:00
User the right key for account id
This commit is contained in:
parent
2955a3d60c
commit
d5e5bb7abb
@ -47,8 +47,8 @@ import io.reactivex.observers.DisposableCompletableObserver;
|
||||
import io.reactivex.schedulers.Schedulers;
|
||||
|
||||
import static android.app.Activity.RESULT_OK;
|
||||
import static android.drm.DrmInfoRequest.ACCOUNT_ID;
|
||||
import static com.readrops.app.utils.ReadropsKeys.ACCOUNT;
|
||||
import static com.readrops.app.utils.ReadropsKeys.ACCOUNT_ID;
|
||||
import static com.readrops.app.utils.ReadropsKeys.EDIT_ACCOUNT;
|
||||
|
||||
/**
|
||||
|
@ -3,7 +3,7 @@ package com.readrops.app.utils
|
||||
object ReadropsKeys {
|
||||
|
||||
const val ACCOUNT = "ACCOUNT_KEY"
|
||||
const val ACOUNT_ID = "ACCOUNT_ID"
|
||||
const val ACCOUNT_ID = "ACCOUNT_ID"
|
||||
const val ACCOUNT_TYPE = "ACCOUNT_TYPE_KEY"
|
||||
const val EDIT_ACCOUNT = "EDIT_ACCOUNT"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user