Add a menu option to load the newest notifications (#3708)
- Create a flow with new items (arbitrary ints) when a reload from the top should happen - Combine this flow with notificationFilter, so changes to either of them trigger a reload - Provide a menu item in NotificationsFragment to initiate the reload - Handle the action in the view model
This commit is contained in:
parent
4cddd2c5e6
commit
5755801e6f
4 changed files with 36 additions and 3 deletions
|
|
@ -810,4 +810,5 @@
|
|||
you follow.\n\nTo explore accounts you can either discover them in one of the other timelines.
|
||||
For example the local timeline of your instance [iconics gmd_group]. Or you can search them
|
||||
by name [iconics gmd_search]; for example search for Tusky to find our Mastodon account.</string>
|
||||
<string name="load_newest_notifications">Load newest notifications</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue