Use more specific MediaQuery methods to reduce unnecessary rebuilds (#467)

This commit is contained in:
Hamidreza Bayat
2026-07-10 10:11:00 +07:00
committed by GitHub
parent fe72286273
commit e97ecf38c5
15 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -6085,7 +6085,7 @@ class _QueueTabState extends ConsumerState<QueueTab> {
if (_isSelectionMode) {
_syncSelectionOverlay(
items: allItems,
bottomPadding: MediaQuery.of(context).padding.bottom,
bottomPadding: MediaQuery.paddingOf(context).bottom,
);
}
return;