Remove commented out code
This commit is contained in:
parent
50b74367be
commit
4e4a773c1a
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ Future<void> _pickImportFile(BuildContext context) async {
|
|||
final DialogWidget dialog = choiceDialog(
|
||||
title: context.l10n.importSuccessTitle,
|
||||
body: context.l10n.importSuccessDesc(parsedCodes.length),
|
||||
// body: "You have imported " + parsedCodes.length.toString() + " codes!",
|
||||
firstButtonLabel: l10n.ok,
|
||||
firstButtonOnTap: () async {
|
||||
Navigator.of(context, rootNavigator: true).pop('progressDialog');
|
||||
|
|
Loading…
Reference in a new issue