mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-09 16:52:14 +01:00
fix: Restore consistency with the app
This commit is contained in:
parent
ced37f7c76
commit
ea9654edec
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ class AppInfoViewModel extends BaseViewModel {
|
|||
context: context,
|
||||
builder: (context) => AlertDialog(
|
||||
title: Text(t.appInfoView.removeAppDialogTitle),
|
||||
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
|
||||
content: Text(t.appInfoView.removeAppDialogText),
|
||||
actions: <Widget>[
|
||||
TextButton(
|
||||
|
|
Loading…
Reference in a new issue