drop unused popup storage permission request

This commit is contained in:
kapodamy 2019-08-02 01:07:37 -03:00
parent ac266548fa
commit 1ea852df1f
11 changed files with 21 additions and 78 deletions

View file

@ -385,10 +385,7 @@ public class VideoDetailFragment
}
break;
case R.id.detail_controls_download:
if (PermissionHelper.checkStoragePermissions(activity,
PermissionHelper.DOWNLOAD_DIALOG_REQUEST_CODE)) {
this.openDownloadDialog();
}
this.openDownloadDialog();
break;
case R.id.detail_uploader_root_layout:
if (TextUtils.isEmpty(currentInfo.getUploaderUrl())) {