Преглед изворни кода

Clean up

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic пре 6 година
родитељ
комит
750218febd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/src/main/java/com/nextcloud/talk/jobs/NotificationWorker.java

+ 1 - 1
app/src/main/java/com/nextcloud/talk/jobs/NotificationWorker.java

@@ -238,7 +238,7 @@ public class NotificationWorker extends Worker {
 
     private void showNotification(Intent intent) {
         int smallIcon;
-        Bitmap largeIcon = null;
+        Bitmap largeIcon;
         String category;
         int priority = Notification.PRIORITY_HIGH;