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

Commit 520077f2 authored by Annie Chin's avatar Annie Chin
Browse files

Remove transition between TimerAlertFullScreen and TimerFragment.

Bug: 22557443

The inter-activity transition on top of the reveal animation was too
much.

Change-Id: Id0c1c843de81f079392e1e8fcf7a3c9218606691
parent 480ecd1b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -144,6 +144,10 @@ public class TimerAlertFullScreen extends BaseActivity implements OnEmptyListLis
        }
        onListChanged();
        finish();

        // Removes the specific transition between the timer firing screen and the DeskClock
        // TimerFragment (when there is one underneath). The reveal animation is sufficient.
        overridePendingTransition(0, android.R.anim.fade_out);
    }

    @Override