소스 검색

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;