mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Remove (temporarily) useless catch clause
This commit is contained in:
parent
ba93ffb01e
commit
f374215c0c
@ -50,7 +50,7 @@ class _UserPageRouteState extends State<UserPageRoute> {
|
|||||||
});
|
});
|
||||||
|
|
||||||
_setStatus(_PageStatus.READY);
|
_setStatus(_PageStatus.READY);
|
||||||
} on GetUserAdvancedUserError catch (e) {
|
} on GetUserAdvancedUserError {
|
||||||
_setStatus(_PageStatus.ERROR);
|
_setStatus(_PageStatus.ERROR);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user