Skip to content

Commit

Permalink
fix: overlapping issue in application selection page (ReVanced#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvanbhalara authored Aug 11, 2023
1 parent 381daff commit 372ce17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/views/app_selector/app_selector_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class _AppSelectorViewState extends State<AppSelectorView> {
),
)
.toList(),
const SizedBox(height: 70.0),
],
),
),
Expand Down

0 comments on commit 372ce17

Please sign in to comment.