浏览代码

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;