Merge "Fix leaks" into nyc-dev am: ea8ee68507
am: 639ed29bae
am: f239345b0c
* commit 'f239345b0c4de4e40e31f762855737508a576075':
Fix leaks
Change-Id: Ibc8d921ac97b303e76438d011f487fae97267624
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