build like this
This commit is contained in:
parent
cf65c8fb38
commit
94ae0427f0
@ -16,8 +16,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y xz-utils unzip
|
apt-get install -y jq
|
||||||
|
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
- uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
|
0
deployment/kustomization.yaml
Normal file
0
deployment/kustomization.yaml
Normal file
@ -22,7 +22,7 @@ class _BasePageState extends State<BasePage> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget currentView = MapPage();
|
Widget currentView = MainPage();
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final ThemeData theme = Theme.of(context);
|
final ThemeData theme = Theme.of(context);
|
||||||
@ -51,7 +51,7 @@ class _BasePageState extends State<BasePage> {
|
|||||||
// Update the state of the app
|
// Update the state of the app
|
||||||
_onItemTapped(0);
|
_onItemTapped(0);
|
||||||
// Then close the drawer
|
// Then close the drawer
|
||||||
currentView = MapPage();
|
currentView = MainPage();
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user