diff --git a/lib/pages/login/register-info.dart b/lib/pages/login/register-info.dart index e2b7db20..20afa591 100644 --- a/lib/pages/login/register-info.dart +++ b/lib/pages/login/register-info.dart @@ -450,7 +450,7 @@ class _RegisterInfo extends State { else request = getTempUserRequest(); - GifLoaderDialogUtils.showMyDialog(context); + GifLoaderDialogUtils.showMyDialog(context, barrierDismissible: false); dynamic res; this .authService diff --git a/lib/uitl/utils.dart b/lib/uitl/utils.dart index 9b59e200..d923dfed 100644 --- a/lib/uitl/utils.dart +++ b/lib/uitl/utils.dart @@ -807,7 +807,8 @@ class Utils { children: [ SizedBox(height: 12), Text( - isCapitable && !projectViewModel.isArabic ? text.toLowerCase().capitalizeFirstofEach : text, + // isCapitable && !projectViewModel.isArabic ? text.toLowerCase().capitalizeFirstofEach : text, + text, maxLines: 2, overflow: TextOverflow.ellipsis, style: TextStyle(fontSize: 12, fontWeight: FontWeight.w600, color: Color(0xff575757), letterSpacing: -0.4, height: 16 / 10),