fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
@@ -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() {
|
||||
}
|
||||
|
@@ -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() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user