mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 20:03:52 +01:00
Scroll up when navigating from new messages notification
This commit is contained in:
@@ -670,4 +670,8 @@ public class FragmentMessages extends FragmentEx {
|
||||
fragmentTransaction.replace(R.id.content_frame, fragment).addToBackStack("folders");
|
||||
fragmentTransaction.commit();
|
||||
}
|
||||
|
||||
void onNewMessages() {
|
||||
rvMessage.scrollToPosition(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user