TF-1217 Rename the object for more clarity

This commit is contained in:
dab246
2022-11-23 15:10:37 +07:00
committed by Dat H. Pham
parent ad8ef6b608
commit bce1c73ec9
5 changed files with 12 additions and 28 deletions
@@ -8,9 +8,6 @@ import 'package:tmail_ui_user/main/routes/route_navigation.dart';
mixin MessageDialogActionMixin {
final _responsiveUtils = Get.find<ResponsiveUtils>();
final _imagePaths = Get.find<ImagePaths>();
void showConfirmDialogAction(
BuildContext context,
String message,
@@ -29,6 +26,9 @@ mixin MessageDialogActionMixin {
Color? cancelButtonColor,
}
) {
final _responsiveUtils = Get.find<ResponsiveUtils>();
final _imagePaths = Get.find<ImagePaths>();
if (_responsiveUtils.isMobile(context)) {
if (showAsBottomSheet) {
showModalBottomSheet(