mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
fix: use square FABs instead of round FABs to comply with MD3
This commit is contained in:
@ -25,7 +25,7 @@ class PatcherViewModel extends BaseViewModel {
|
||||
_navigationService.navigateTo(Routes.installerView);
|
||||
}
|
||||
|
||||
bool showFabButton() {
|
||||
bool showPatchButton() {
|
||||
return selectedPatches.isNotEmpty;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user