Public Access
feat(transport_helper): add function to query multiple journeys
could query all, but the last 40 should be fine, no? could raise to no limit, but should be done as generator for that
This commit is contained in:
+1
-1
@@ -517,7 +517,7 @@ class _JourneyOverviewPageState extends State<JourneyOverviewPage> {
|
||||
initState() async {
|
||||
super.initState();
|
||||
// TODO: implement batch query to get a list (all) of journeys
|
||||
//allJourneys = await Journey.dbGetAll();
|
||||
allJourneys = await Journey.dbGetAll();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user