Skip to content

Commit

Permalink
Update mod/app/src/main/java/bttv/updater/UpdaterJobService.java
Browse files Browse the repository at this point in the history
Co-authored-by: Max Baumann <[email protected]>
  • Loading branch information
Zerwin and FoseFx committed Sep 2, 2024
1 parent cb7c0ee commit 1a6339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/app/src/main/java/bttv/updater/UpdaterJobService.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void onUpdate(String newVersion, String body, String apkUrl, String htmlU

notificationManager.notify((int) (Math.random() * 10000), notifBuilder.build());
} else {
Log.w("NotificationsPermissionsReceiver", "Permissions are not allowed, not showing notification");
Log.w("LBTTVUpdaterJob", "Permissions are not allowed, not showing notification");
// Twitch already asks on startup, we do not need to take care of this
}
jobFinished(params, false);
Expand Down

0 comments on commit 1a6339f

Please sign in to comment.