mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-12 18:04:28 +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,
|
context: context,
|
||||||
builder: (context) => AlertDialog(
|
builder: (context) => AlertDialog(
|
||||||
title: Text(t.appInfoView.removeAppDialogTitle),
|
title: Text(t.appInfoView.removeAppDialogTitle),
|
||||||
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
|
|
||||||
content: Text(t.appInfoView.removeAppDialogText),
|
content: Text(t.appInfoView.removeAppDialogText),
|
||||||
actions: <Widget>[
|
actions: <Widget>[
|
||||||
TextButton(
|
TextButton(
|
||||||
|
|
Loading…
Reference in a new issue