dev_v_3.13.6_CR_6804
haroon amjad 1 year ago
parent 2d82b97680
commit f83d538472

@ -450,7 +450,7 @@ class _RegisterInfo extends State<RegisterInfo> {
else
request = getTempUserRequest();
GifLoaderDialogUtils.showMyDialog(context);
GifLoaderDialogUtils.showMyDialog(context, barrierDismissible: false);
dynamic res;
this
.authService

@ -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),

Loading…
Cancel
Save