Merge "Fix leaks" into nyc-dev
am: ea8ee68507
* commit 'ea8ee685077c4fff18f6ac8e12b69d1d119a022d':
Fix leaks
Change-Id: I5fffa584a7e265533c17b341636421ee99d4812c
This commit is contained in:
@@ -47,7 +47,7 @@ public class SuggestionsChecks {
|
||||
private final Context mContext;
|
||||
|
||||
public SuggestionsChecks(Context context) {
|
||||
mContext = context;
|
||||
mContext = context.getApplicationContext();
|
||||
}
|
||||
|
||||
public boolean isSuggestionComplete(Tile suggestion) {
|
||||
|
Reference in New Issue
Block a user