new settings panel for url pickup
All checks were successful
All checks were successful
This commit is contained in:
@@ -246,7 +246,8 @@ class _LegsPageState extends State<LegsPage> {
|
||||
final dayLegs = <Leg>[];
|
||||
|
||||
void flushDay() {
|
||||
if (currentDate == null) return;
|
||||
final date = currentDate;
|
||||
if (date == null) return;
|
||||
widgets.add(
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 8.0),
|
||||
@@ -254,7 +255,7 @@ class _LegsPageState extends State<LegsPage> {
|
||||
children: [
|
||||
Expanded(
|
||||
child: Text(
|
||||
currentDate!,
|
||||
date,
|
||||
style: Theme.of(context).textTheme.labelMedium?.copyWith(
|
||||
fontWeight: FontWeight.w700,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user