mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-25 02:02:16 -05:00
Use application context
This commit is contained in:
parent
9e1f732b23
commit
1d0eeef047
@ -48,7 +48,7 @@ public class OpenPgpServiceConnection {
|
||||
* e.g., "org.sufficientlysecure.keychain"
|
||||
*/
|
||||
public OpenPgpServiceConnection(Context context, String providerPackageName) {
|
||||
this.mApplicationContext = context;
|
||||
this.mApplicationContext = context.getApplicationContext();
|
||||
this.mProviderPackageName = providerPackageName;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user