Loading app/src/main/java/io/eelo/drive/services/OperationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading
app/src/main/java/io/eelo/drive/services/OperationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading