mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01: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
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue