mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-26 19:31:45 +02:00
Use more specific MediaQuery methods to reduce unnecessary rebuilds (#467)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user