mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
if (!ModalRoute.of(context).isFirst)
|
||||
TextButton(
|
||||
onPressed: () => _onSkipPressed(context),
|
||||
child: Text(AppLocalizations.of(context).skipButtonLabel),
|
||||
)
|
||||
else
|
||||
Container(),
|
||||
TextButton(
|
||||
onPressed: () => _onSkipPressed(context),
|
||||
child: Text(AppLocalizations.of(context).skipButtonLabel),
|
||||
),
|
||||
ElevatedButton(
|
||||
onPressed: () => _onConfirmPressed(context),
|
||||
child: Text(AppLocalizations.of(context).confirmButtonLabel),
|
||||
|
|
Loading…
Reference in a new issue