Loading app/src/main/java/foundation/e/blisslauncher/features/launcher/LauncherActivity.java +1 −2 Original line number Diff line number Diff line Loading @@ -319,8 +319,7 @@ public class LauncherActivity extends AppCompatActivity implements } // Start NotificationService to add count badge to Icons Intent notificationServiceIntent = new Intent(this, NotificationService.class); startService(notificationServiceIntent); NotificationService.requestRebind(new ComponentName(this, NotificationService.class)); createOrUpdateIconGrid(); addDefaultWidgets(); Loading Loading
app/src/main/java/foundation/e/blisslauncher/features/launcher/LauncherActivity.java +1 −2 Original line number Diff line number Diff line Loading @@ -319,8 +319,7 @@ public class LauncherActivity extends AppCompatActivity implements } // Start NotificationService to add count badge to Icons Intent notificationServiceIntent = new Intent(this, NotificationService.class); startService(notificationServiceIntent); NotificationService.requestRebind(new ComponentName(this, NotificationService.class)); createOrUpdateIconGrid(); addDefaultWidgets(); Loading