mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 08:31:02 +00:00
cleanup
This commit is contained in:
@@ -36,7 +36,10 @@ class AnilistQueries {
|
||||
val user = response?.data?.user ?: return false
|
||||
|
||||
currContext()?.let {
|
||||
it.getSharedPreferences(it.getString(R.string.preference_file_key), Context.MODE_PRIVATE)
|
||||
it.getSharedPreferences(
|
||||
it.getString(R.string.preference_file_key),
|
||||
Context.MODE_PRIVATE
|
||||
)
|
||||
.edit()
|
||||
.putString("anilist_username", user.name)
|
||||
.apply()
|
||||
|
||||
Reference in New Issue
Block a user