Loading quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatEduController.java +3 −0 Original line number Diff line number Diff line Loading @@ -258,6 +258,9 @@ public class HotseatEduController { && mLauncher.getOrientation() == Configuration.ORIENTATION_PORTRAIT) { mNotificationManager.notify(ONBOARDING_NOTIFICATION_ID, mNotification); } else { removeNotification(); } } private void createNotificationChannel() { Loading Loading
quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatEduController.java +3 −0 Original line number Diff line number Diff line Loading @@ -258,6 +258,9 @@ public class HotseatEduController { && mLauncher.getOrientation() == Configuration.ORIENTATION_PORTRAIT) { mNotificationManager.notify(ONBOARDING_NOTIFICATION_ID, mNotification); } else { removeNotification(); } } private void createNotificationChannel() { Loading