Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shavindaL committed Oct 29, 2023
1 parent 26cae67 commit cca0495
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_client/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="flutter_client"
android:label="ProcureSync"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion flutter_client/lib/procument_mobile_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class _ProcumentMobileAppState extends State<ProcumentMobileApp> {
});
}).catchError((error) {
developer.log(
error,
'Error: ${error.toString()}',
error: error,
name: 'procument_mobile_app.dart',
stackTrace: error,
);
Expand Down

0 comments on commit cca0495

Please sign in to comment.