-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: empty space in "Watch" tab in landscape orientation
The previous code would hide the _BroadcastWidget widget by returning SizedBox.shrink(), but that would still create an empty grid space in landscape mode. To fix this, factor out the widget list into a getter (to avoid code duplication) and comment out the BroadcastWidget in that list for now. Fixes #829
- Loading branch information
1 parent
80be3e0
commit 0f13e90
Showing
1 changed file
with
13 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters