mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
Register additional bridged classes for SortState and HeaderFilter in the interpreter
This commit is contained in:
parent
8eaeca2123
commit
084f241746
1 changed files with 8 additions and 0 deletions
|
|
@ -355,5 +355,13 @@ class FilterBridge {
|
|||
checkBoxFilterBridgedClass,
|
||||
'package:mangayomi/bridge_lib.dart',
|
||||
);
|
||||
interpreter.registerBridgedClass(
|
||||
sortStateBridgedClass,
|
||||
'package:mangayomi/bridge_lib.dart',
|
||||
);
|
||||
interpreter.registerBridgedClass(
|
||||
headerFilterBridgedClass,
|
||||
'package:mangayomi/bridge_lib.dart',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue