mirror of
https://github.com/amigan/calls.git
synced 2025-01-31 13:32:37 -05:00
Merge branch 'wip' of github.com:amigan/calls into wip
This commit is contained in:
commit
844ebc1a38
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class _MainRadioState extends State<MainRadio> {
|
|||
_callLoop(sb);
|
||||
}
|
||||
|
||||
void _handleSocketError(Exception error) {
|
||||
void _handleSocketError(dynamic error) {
|
||||
Navigator.pushReplacement(
|
||||
context,
|
||||
PageRouteBuilder(
|
||||
|
|
Loading…
Reference in a new issue