1
0
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:
Pierre HUBERT 2019-06-10 14:26:25 +02:00
parent ba93ffb01e
commit f374215c0c

View File

@ -50,7 +50,7 @@ class _UserPageRouteState extends State<UserPageRoute> {
});
_setStatus(_PageStatus.READY);
} on GetUserAdvancedUserError catch (e) {
} on GetUserAdvancedUserError {
_setStatus(_PageStatus.ERROR);
}
}