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
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment