mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02: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