mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Remove (temporarily) useless catch clause
This commit is contained in:
@ -50,7 +50,7 @@ class _UserPageRouteState extends State<UserPageRoute> {
|
||||
});
|
||||
|
||||
_setStatus(_PageStatus.READY);
|
||||
} on GetUserAdvancedUserError catch (e) {
|
||||
} on GetUserAdvancedUserError {
|
||||
_setStatus(_PageStatus.ERROR);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user