Fix android outbounds view

This commit is contained in:
problematicconsumer
2023-08-29 21:44:17 +03:30
parent 75fdffa116
commit 5a30a3a3dd
2 changed files with 7 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ class MobileSingboxService with InfraLogger implements SingboxService {
if (event case String _) {
return event;
}
loggy.warning("[group client] unexpected type, msg: $event");
throw "invalid type";
},
);