Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca1c3253 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Remove Edu notification if predictions are empty

Bug: 142753423
Test: Manual
Change-Id: I1111fa15b9b677bb077478309a185e70e6784bce
parent dc3eb864
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -258,6 +258,9 @@ public class HotseatEduController {
                && mLauncher.getOrientation() == Configuration.ORIENTATION_PORTRAIT) {
            mNotificationManager.notify(ONBOARDING_NOTIFICATION_ID, mNotification);
        }
        else {
            removeNotification();
        }
    }

    private void createNotificationChannel() {