Skip to content

Commit

Permalink
Reset selectedMode if we don't have read storage permission to enable…
Browse files Browse the repository at this point in the history
… selection of the same mode again.
  • Loading branch information
oleg-derevenetz committed May 11, 2019
1 parent 00b1fa3 commit 5b31e41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/Core/ModeSelectionPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Page {
waitRectangle.visible = true;

UIHelper.showGallery();
} else {
selectedMode = "";
}
}
}
Expand Down

0 comments on commit 5b31e41

Please sign in to comment.