mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
fix: Restore consistency with the app
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user