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

Commit 9612f091 authored by Annie Chin's avatar Annie Chin Committed by Android Git Automerger
Browse files

am cf3f5075: Merge "Remove call to executePendingTransactions()" into ub-deskclock-charm

* commit 'cf3f5075':
  Remove call to executePendingTransactions()
parents 053d678e cf3f5075
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -148,7 +148,6 @@ public final class TimePickerCompat {
            boolean use24hourFormat) {
        // Make sure the dialog isn't already added.
        final FragmentManager manager = targetFragment.getFragmentManager();
        manager.executePendingTransactions();
        final FragmentTransaction ft = manager.beginTransaction();
        final Fragment prev = manager.findFragmentByTag(FRAG_TAG_TIME_PICKER);
        if (prev != null) {