mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 21:44:26 +02:00
fix: Restore consistency with the app
This commit is contained in:
parent
ced37f7c76
commit
ea9654edec
@ -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…
x
Reference in New Issue
Block a user