fix: scheme SchemeEntity
This commit is contained in:
@ -212,9 +212,9 @@ class PiliSchame {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static Future<void> biliScheme(Uri value) async {
|
static Future<void> biliScheme(SchemeEntity value) async {
|
||||||
final String host = value.host;
|
final String host = value.host!;
|
||||||
final String path = value.path;
|
final String path = value.path!;
|
||||||
switch (host) {
|
switch (host) {
|
||||||
case 'root':
|
case 'root':
|
||||||
Navigator.popUntil(
|
Navigator.popUntil(
|
||||||
|
Reference in New Issue
Block a user