mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Scroll up when navigating from new messages notification
This commit is contained in:
@@ -98,7 +98,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
public void onBackStackChanged() {
|
||||
if (getSupportFragmentManager().getBackStackEntryCount() == 0) {
|
||||
if (hasAccount)
|
||||
startActivity(new Intent(this, ActivityView.class).putExtra("setup", true));
|
||||
startActivity(new Intent(this, ActivityView.class));
|
||||
finish();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user