mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Animation transitions for left/right navigation
This commit is contained in:
@@ -1096,6 +1096,9 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
}
|
||||
|
||||
FragmentTransaction fragmentTransaction = getSupportFragmentManager().beginTransaction();
|
||||
fragmentTransaction.setCustomAnimations(
|
||||
android.R.anim.fade_in, android.R.anim.fade_in,
|
||||
android.R.anim.fade_out, android.R.anim.fade_out);
|
||||
fragmentTransaction.replace(pane, fragment).addToBackStack("thread");
|
||||
fragmentTransaction.commit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user