Skip to content
Snippets Groups Projects
Commit c0701320 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Disconnect from current extension on close

parent 241e24bf
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ public class ExtensionManagerService extends Service {
@Override
public boolean onUnbind(Intent intent) {
setExtensionManagerActivity(null);
disconnect();
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment