-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save filter state #3333
Save filter state #3333
Conversation
@@ -272,6 +276,50 @@ class ConversationsListActivity : | |||
|
|||
showSearchOrToolbar() | |||
} | |||
fun filterConversation() { | |||
filterState[FilterConversationFragment.UNREAD] = appPreferences.isUnreadFilterEnabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed, should be bound to the account instead of a global setting
743a2b5
to
d90fea2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me 👍
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
d90fea2
to
5b13e64
Compare
Signed-off-by: github-actions <[email protected]>
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/3333-talk.apk |
Remember filter states
🏁 Checklist
/backport to stable-xx.x