Skip to content

Commit

Permalink
Destroy TWA Launcher at unbind (auth0#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Oct 4, 2023
1 parent 1913a49 commit 1955749
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ public void unbindService() {
context.unbindService(this);
didTryToBind = false;
}
if(launchedAsTwa) {
twaLauncher.destroy();
}
twaLauncher.destroy();
}

/**
Expand Down

0 comments on commit 1955749

Please sign in to comment.