Merge "Fix leaks" into nyc-dev am: ea8ee68507

am: 639ed29bae

* commit '639ed29bae86891616643d00ffe143639e9cbb41':
  Fix leaks

Change-Id: Ib37a585ad37575abe7ef04f3c7d4b3024210738e
This commit is contained in:
Jason Monk
2016-05-03 19:42:19 +00:00
committed by android-build-merger
3 changed files with 11 additions and 8 deletions

View File

@@ -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) {