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

Commit 5f169b28 authored by Annie Chin's avatar Annie Chin Committed by Bill Yi
Browse files

Remove call to executePendingTransactions()

Bug: 24258653
Change-Id: I3672188367634fb65e73228835ad09f92fef9e85
parent 78fec02f
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) {