resolve conflit

This commit is contained in:
Thinzar Win
2020-10-14 21:46:35 +06:30
75 changed files with 2002 additions and 450 deletions

View File

@@ -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)),
);
}
}