This commit is contained in:
eggmanQQQ
2024-10-25 17:57:18 +08:00
parent 610a1c4074
commit b9d11dd276
3 changed files with 3 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ class UploadRoomAlbumDialogFragment : BottomSheetDialogFragment() {
private fun checkStoragePermission() {
if (Build.VERSION.SDK_INT >= 33){
if (Build.VERSION.SDK_INT >= 29){
DialogUtil.getDialog(requireActivity(),object : EasyAlertDialogHelper.OnDialogActionListener {
override fun doCancelAction() {

View File

@@ -287,7 +287,7 @@ class FeedbackActivity : BaseViewBindingActivity<FeedbackActivityBinding>(),
private fun checkStoragePermission() {
if (Build.VERSION.SDK_INT >= 33){
if (Build.VERSION.SDK_INT >= 29){
DialogUtil.getDialog(this,object : EasyAlertDialogHelper.OnDialogActionListener {
override fun doCancelAction() {
}

View File

@@ -237,7 +237,7 @@ class UserModifyPhotosActivity : TakePhotoActivity(), PhotoItemClickListener,
private fun checkStoragePermission() {
if (Build.VERSION.SDK_INT >= 33){
if (Build.VERSION.SDK_INT >= 29){
DialogUtil.getDialog(this,object : EasyAlertDialogHelper.OnDialogActionListener {
override fun doCancelAction() {
}