Merge branch 'main' into fixes

This commit is contained in:
ashilkn 2024-11-27 15:16:04 +05:30
commit 9dce5fb6ad

View File

@ -120,8 +120,7 @@ class _StatusBarWidgetState extends State<StatusBarWidget> {
_showErrorBanner
? HeaderErrorWidget(error: _syncError)
: const SizedBox.shrink(),
// _showMlBanner && !_showErrorBanner
true
_showMlBanner && !_showErrorBanner
? Padding(
padding:
const EdgeInsets.symmetric(horizontal: 2.0, vertical: 12),