mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Oops... nobody noticed being unlogged from batoto?
This commit is contained in:
parent
877032a757
commit
a30705f197
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class PreferenceKeys(context: Context) {
|
|||
|
||||
val filterUnread = context.getString(R.string.pref_filter_unread_key)
|
||||
|
||||
fun sourceUsername(sourceId: Int) = "pref_source_username_$sourceId}"
|
||||
fun sourceUsername(sourceId: Int) = "pref_source_username_$sourceId"
|
||||
|
||||
fun sourcePassword(sourceId: Int) = "pref_source_password_$sourceId"
|
||||
|
||||
|
|
Loading…
Reference in a new issue