mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
a nasty bug!
This commit is contained in:
parent
799d47f181
commit
ac6522cb94
@ -118,7 +118,8 @@ public class PgpHandler extends Activity implements OpenPgpServiceConnection.OnB
|
||||
@Override
|
||||
public void onStop(){
|
||||
super.onStop();
|
||||
this.mServiceConnection.unbindFromService();
|
||||
if (this.mServiceConnection.isBound())
|
||||
this.mServiceConnection.unbindFromService();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user