Skip to content

Commit

Permalink
Merge pull request #361 from ivpn/bugfix/update-button-crash
Browse files Browse the repository at this point in the history
Crash when using the 'Update' button
  • Loading branch information
jurajhilje authored Aug 20, 2024
2 parents 10e326f + 309f1bb commit 159bead
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 159bead

Please sign in to comment.