Skip to content

Commit

Permalink
fix: update UpdatesService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 16, 2024
1 parent 75169ae commit 309f1bb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,12 @@ public int onStartCommand(Intent intent, int flags, int startId) {

switch (action) {
case UPDATE_PROCEED: {
closeSystemDialogs();
return doSendActionBroadcast(UPDATE_PROCEED);
}
case UPDATE_SKIP: {
return doSendActionBroadcast(UPDATE_SKIP);
}
case UPDATE_SETTINGS: {
closeSystemDialogs();
return doSendActionBroadcast(UPDATE_SETTINGS);
}
case SHOW_UPDATE_NOTIFICATION: {
Expand Down

0 comments on commit 309f1bb

Please sign in to comment.