Loading src/com/android/customization/picker/CustomizationPickerActivity.java +7 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,13 @@ public class CustomizationPickerActivity extends FragmentActivity implements Wal } } @Override protected void onResume() { super.onResume(); // refresh the sections as the preview may have changed initSections(); } @Override protected void onNewIntent(Intent intent) { super.onNewIntent(intent); Loading Loading
src/com/android/customization/picker/CustomizationPickerActivity.java +7 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,13 @@ public class CustomizationPickerActivity extends FragmentActivity implements Wal } } @Override protected void onResume() { super.onResume(); // refresh the sections as the preview may have changed initSections(); } @Override protected void onNewIntent(Intent intent) { super.onNewIntent(intent); Loading