resolve conflit
This commit is contained in:
@@ -545,7 +545,7 @@ class _BoxInfoState extends State<BoxInfo> {
|
||||
_gotoEditor() async {
|
||||
Navigator.push(
|
||||
context,
|
||||
BottomUpPageRoute(BoxEditor(box: widget.box)),
|
||||
CupertinoPageRoute(builder: (context) => BoxEditor(box: widget.box)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user