mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
Share APK has a requirement of needing to install the patched app before sharing, this PR removes that as I see no reason for this restriction
This commit is contained in:
parent
63b2d8e0bd
commit
3778bfe1b5
@ -219,9 +219,7 @@ class InstallerViewModel extends BaseViewModel {
|
||||
|
||||
void shareResult() {
|
||||
try {
|
||||
if (isInstalled) {
|
||||
_patcherAPI.sharePatchedFile(_app.name, _app.version);
|
||||
}
|
||||
_patcherAPI.sharePatchedFile(_app.name, _app.version);
|
||||
} on Exception catch (e, s) {
|
||||
Sentry.captureException(e, stackTrace: s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user