Skip to content

Commit cd84788

Browse files
committed
Update his_sidebar_header.dart
1 parent 99ab77c commit cd84788

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/screens/history/history_widgets/his_sidebar_header.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ class HistorySidebarHeader extends ConsumerWidget {
4242
.clearAllHistory();
4343
sm.showSnackBar(getSnackBar(
4444
kMsgClearHistorySuccess,
45-
small: false,
4645
));
4746
} catch (e) {
4847
debugPrint("Clear History Stack: $e");
4948
sm.showSnackBar(getSnackBar(
5049
kMsgClearHistoryError,
51-
small: false,
5250
color: kColorRed,
5351
));
5452
}

0 commit comments

Comments
 (0)