change page navigation
This commit is contained in:
@@ -90,7 +90,8 @@ class _ProcessingListState extends State<ProcessingList> {
|
||||
if (_package == null) return;
|
||||
Navigator.push(
|
||||
context,
|
||||
BottomUpPageRoute(ProcessingInfo(package: _package)),
|
||||
CupertinoPageRoute(
|
||||
builder: (context) => ProcessingInfo(package: _package)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user