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 _showErrorBanner
? HeaderErrorWidget(error: _syncError) ? HeaderErrorWidget(error: _syncError)
: const SizedBox.shrink(), : const SizedBox.shrink(),
// _showMlBanner && !_showErrorBanner _showMlBanner && !_showErrorBanner
true
? Padding( ? Padding(
padding: padding:
const EdgeInsets.symmetric(horizontal: 2.0, vertical: 12), const EdgeInsets.symmetric(horizontal: 2.0, vertical: 12),