Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6d157b9 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix transition for forced resizable exit

Since the transition is picked from layout params from the activity
below, we need to manually override it.

Bug: 28750938
Change-Id: I7351c7d8bd14a393cba51d6afb1e644204217440
parent 0f6a6c4b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -77,6 +77,12 @@ public class ForcedResizableInfoActivity extends Activity implements OnTouchList
        return true;
    }

    @Override
    public void finish() {
        super.finish();
        overridePendingTransition(0, R.anim.forced_resizable_exit);
    }

    @Override
    public void setTaskDescription(ActivityManager.TaskDescription taskDescription) {
        // Do nothing