Merge "Avoid Data Usage AppDetailsFragment ISE."

This commit is contained in:
Jeff Sharkey
2012-03-15 16:57:51 -07:00
committed by Android (Google) Code Review

View File

@@ -1504,7 +1504,7 @@ public class DataUsageSummary extends Fragment {
ft.add(fragment, TAG_APP_DETAILS);
ft.addToBackStack(TAG_APP_DETAILS);
ft.setBreadCrumbTitle(label);
ft.commit();
ft.commitAllowingStateLoss();
}
@Override