mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-10 09:18:52 +01:00
Remove obsolete code
This commit is contained in:
parent
c2b06cfeb6
commit
296aa9a99f
1 changed files with 4 additions and 7 deletions
|
@ -125,13 +125,10 @@ class _RootPickerState extends State<RootPicker>
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
if (!ModalRoute.of(context).isFirst)
|
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () => _onSkipPressed(context),
|
onPressed: () => _onSkipPressed(context),
|
||||||
child: Text(AppLocalizations.of(context).skipButtonLabel),
|
child: Text(AppLocalizations.of(context).skipButtonLabel),
|
||||||
)
|
),
|
||||||
else
|
|
||||||
Container(),
|
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
onPressed: () => _onConfirmPressed(context),
|
onPressed: () => _onConfirmPressed(context),
|
||||||
child: Text(AppLocalizations.of(context).confirmButtonLabel),
|
child: Text(AppLocalizations.of(context).confirmButtonLabel),
|
||||||
|
|
Loading…
Reference in a new issue