mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 00:28:49 -05:00
Add a "Folders" menu item back to the message list to ease nav discoverability
This commit is contained in:
parent
d85315222e
commit
4baaafcd88
@ -204,7 +204,10 @@
|
||||
android:id="@+id/toggle_message_view_theme"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/message_view_theme_action_dark"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/show_folder_list"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/folders_title" />
|
||||
<!-- always -->
|
||||
<item
|
||||
android:id="@+id/settings"
|
||||
|
@ -825,6 +825,10 @@ public class MessageList extends K9FragmentActivity implements MessageListFragme
|
||||
mMessageListFragment.markAllAsRead();
|
||||
return true;
|
||||
}
|
||||
case R.id.show_folder_list: {
|
||||
onShowFolderList();
|
||||
return true;
|
||||
}
|
||||
// MessageView
|
||||
case R.id.next_message: {
|
||||
showNextMessage();
|
||||
|
Loading…
Reference in New Issue
Block a user