mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-31 23:01:03 +00:00
fix: Only show share and install options if patching was successful
This commit is contained in:
@@ -88,7 +88,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
||||
tapHeaderToExpand: true,
|
||||
),
|
||||
header: Column(
|
||||
children: [
|
||||
children: <Widget>[
|
||||
GestureDetector(
|
||||
onLongPress: () =>
|
||||
expController.toggle(),
|
||||
@@ -138,7 +138,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
||||
BorderRadius.circular(12),
|
||||
),
|
||||
child: Column(
|
||||
children: [
|
||||
children: <Widget>[
|
||||
Text(
|
||||
"Patch options",
|
||||
style: GoogleFonts.inter(
|
||||
|
||||
Reference in New Issue
Block a user