Loading packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,8 @@ public class RecentsActivity extends Activity implements RecentsView.RecentsView @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // For the non-primary user, ensure that the SystemSericesProxy is initialized RecentsTaskLoader.initialize(this); // Initialize the loader and the configuration mConfig = RecentsConfiguration.reinitialize(this, Loading Loading
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,8 @@ public class RecentsActivity extends Activity implements RecentsView.RecentsView @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // For the non-primary user, ensure that the SystemSericesProxy is initialized RecentsTaskLoader.initialize(this); // Initialize the loader and the configuration mConfig = RecentsConfiguration.reinitialize(this, Loading