Skip to content

Commit

Permalink
Removido residuo de implementação, um delay no snackbar de que não te…
Browse files Browse the repository at this point in the history
…m arquivo pra apagar
  • Loading branch information
lucasew committed Jul 7, 2019
1 parent 86f9850 commit 0090066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/view/SemArquivosWidget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import '../controller/SnackbarController.dart';

class SemArquivosWidget extends StatelessWidget {
mostrarInfo(BuildContext ctx) async {
await Future.delayed(Duration(milliseconds: 500));
SnackbarController(
ctx, SnackBar(content: Text("Nenhum arquivo foi encontrado!")))
.show();
Expand Down

0 comments on commit 0090066

Please sign in to comment.