Fix leaks
Change-Id: Iba29be756934d9564cfdee1f6281c56345772dc7 Fixes: 28074995
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