mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: reorganize main and navigation
This commit is contained in:
@ -62,7 +62,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
||||
onSelectAll: (value) => model.selectAllPatches(value),
|
||||
),
|
||||
const SizedBox(height: 12),
|
||||
//TODO:IMPROVE THIS BAD CODE!!
|
||||
// TODO: IMPROVE THIS BAD CODE
|
||||
Expanded(
|
||||
child: ListView(
|
||||
padding: const EdgeInsets.only(bottom: 80),
|
||||
|
Reference in New Issue
Block a user