Skip to content

Commit

Permalink
Update app/src/main/java/app/revanced/manager/ui/component/InstallerS…
Browse files Browse the repository at this point in the history
…tatusDialog.kt

Co-authored-by: Ushie <[email protected]>
  • Loading branch information
BenjaminHalko and Ushie authored Jul 28, 2024
1 parent 874f8ba commit 0d23d7e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,6 @@ enum class DialogKind(
model.install()
},
),
SUCCESS(
flag = PackageInstaller.STATUS_SUCCESS,
title = R.string.installation_success_dialog_title,
contentStringResId = R.string.installation_success_description,
icon = Icons.Outlined.Check,
);

// Needed due to the @FromValue annotation.
companion object
}

0 comments on commit 0d23d7e

Please sign in to comment.