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

Commit 906693c5 authored by Annie Chin's avatar Annie Chin Committed by Android (Google) Code Review
Browse files

Merge "Remove transition between TimerAlertFullScreen and TimerFragment." into ub-deskclock-charm

parents cce44caf 520077f2
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