We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fcfe3 commit ca87204Copy full SHA for ca87204
lib/utils/helpers/UIHelper.dart
@@ -24,7 +24,7 @@ class UIHelper {
24
} else {
25
return AppStyle.textInputColor;
26
}
27
- } catch (FormatException) {
+ } catch (e) {
28
29
30
0 commit comments