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