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

Commit 89bc6a04 authored by vince-bourgmayer's avatar vince-bourgmayer
Browse files

fix small issue in operationManagerService with icon of notification

parent a99ced0f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ public class OperationManagerService extends Service implements OnRemoteOperatio
                                    new Intent(Intent.ACTION_VIEW, mClient.getBaseUri()),
                                    0))
                            .setContentText("Your drive lacks of space. Tap to check " + mClient.getBaseUri())
                            .setBadgeIconType(android.R.drawable.stat_sys_warning)
                            .setSmallIcon(android.R.drawable.stat_sys_warning)
                            .build();

                    nM.notify(1,notif );