drop unused popup storage permission request
This commit is contained in:
parent
ac266548fa
commit
1ea852df1f
11 changed files with 21 additions and 78 deletions
|
|
@ -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())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue