|
|
@ -67,10 +67,9 @@ class ConversationsFragment : SFragment(), StatusActionListener, Injectable, Res |
|
|
|
showBotOverlay = preferences.getBoolean("showBotOverlay", true), |
|
|
|
showBotOverlay = preferences.getBoolean("showBotOverlay", true), |
|
|
|
useBlurhash = preferences.getBoolean("useBlurhash", true), |
|
|
|
useBlurhash = preferences.getBoolean("useBlurhash", true), |
|
|
|
cardViewMode = CardViewMode.NONE, |
|
|
|
cardViewMode = CardViewMode.NONE, |
|
|
|
confirmReblogs = preferences.getBoolean("confirmReblogs", false) |
|
|
|
confirmReblogs = preferences.getBoolean("confirmReblogs", true) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adapter = ConversationAdapter(statusDisplayOptions, this, ::onTopLoaded, viewModel::retry) |
|
|
|
adapter = ConversationAdapter(statusDisplayOptions, this, ::onTopLoaded, viewModel::retry) |
|
|
|
|
|
|
|
|
|
|
|
recyclerView.addItemDecoration(DividerItemDecoration(view.context, DividerItemDecoration.VERTICAL)) |
|
|
|
recyclerView.addItemDecoration(DividerItemDecoration(view.context, DividerItemDecoration.VERTICAL)) |
|
|
|