resolve conflit
This commit is contained in:
@@ -86,7 +86,7 @@ class _BoxListState extends State<BoxList> {
|
||||
_newPickup() {
|
||||
Navigator.push(
|
||||
context,
|
||||
BottomUpPageRoute(BoxEditor()),
|
||||
CupertinoPageRoute(builder: (context) => BoxEditor()),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user