Merge "Use provided context directly" into nyc-dev
am: 62df07eee1
* commit '62df07eee1c8b186362f6542daf900c88193929d':
Use provided context directly
This commit is contained in:
@@ -44,7 +44,7 @@ public class ResourceCertificateSource implements CertificateSource {
|
||||
|
||||
public ResourceCertificateSource(int resourceId, Context context) {
|
||||
mResourceId = resourceId;
|
||||
mContext = context.getApplicationContext();
|
||||
mContext = context;
|
||||
}
|
||||
|
||||
private void ensureInitialized() {
|
||||
|
||||
Reference in New Issue
Block a user