aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-07-18 18:08:31 -0700
committerAllan Wang <me@allanwang.ca>2020-07-18 18:08:31 -0700
commit0f2a57143438de0d86485c0eddd0e766ad2fcee5 (patch)
treec8e3ed726a3cb85525aa347107ab7a96b59be6ca /app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt
parentfb38a5d1abafda5a74bdacd683033e3d48dff018 (diff)
downloadfrost-0f2a57143438de0d86485c0eddd0e766ad2fcee5.tar.gz
frost-0f2a57143438de0d86485c0eddd0e766ad2fcee5.tar.bz2
frost-0f2a57143438de0d86485c0eddd0e766ad2fcee5.zip
Update fast adapter
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt b/app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt
index 374488fd..aab7189c 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/AccountItem.kt
@@ -50,7 +50,7 @@ class AccountItem(val cookie: CookieEntity?) :
private val prefs: Prefs by inject()
- override fun bindView(holder: ViewHolder, payloads: MutableList<Any>) {
+ override fun bindView(holder: ViewHolder, payloads: List<Any>) {
super.bindView(holder, payloads)
with(holder) {
text.invisible()