0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Use down animation when exiting deck picker

This commit is contained in:
Timothy Rae 2015-12-03 20:10:03 +09:00
parent b55a0b90fe
commit 6f8fe2fd22

View File

@ -741,7 +741,7 @@ public class DeckPicker extends NavigationDrawerActivity implements
private void finishWithAnimation() {
super.finishWithAnimation(ActivityTransitionAnimation.DIALOG_EXIT);
super.finishWithAnimation(ActivityTransitionAnimation.DOWN);
}