Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 10, 2025
1 parent bc24684 commit ea4aec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ private void showReEnableAutoUploadDialog() {
.setTitle(R.string.re_enable_auto_upload)
.setMessage(R.string.re_enable_auto_upload_desc)
.setNegativeButton(R.string.dialog_close, (dialog, which) -> {
PermissionUtil.requestExternalStoragePermission(this, viewThemeUtils);
PermissionUtil.requestStoragePermissionIfNeeded(this, viewThemeUtils);
PermissionUtil.requestMediaLocationPermission(this);
preferences.setAutoUploadGPlayNotificationShown(true);
dialog.dismiss();
Expand Down

0 comments on commit ea4aec6

Please sign in to comment.