Merge "Fix bug #13167668 stability-sys: Java crash in com.android.settings: ...java.lang.RuntimeException: Unable to destroy activity {com.android.settings/ com.android.settings.Settings}: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState"

This commit is contained in:
Fabrice Di Meglio
2014-02-25 17:54:07 +00:00
committed by Android (Google) Code Review

View File

@@ -573,11 +573,6 @@ public class DataUsageSummary extends Fragment {
TrafficStats.closeQuietly(mStatsSession); TrafficStats.closeQuietly(mStatsSession);
if (this.isRemoving()) {
getFragmentManager()
.popBackStack(TAG_APP_DETAILS, FragmentManager.POP_BACK_STACK_INCLUSIVE);
}
super.onDestroy(); super.onDestroy();
} }