Removed HTML toast

master
tokugawa 2014-04-26 10:30:52 -04:00
parent 1730177525
commit 511a1befd7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class SearchActivity extends Activity {
protected void onPostExecute(String result) { protected void onPostExecute(String result) {
super.onPostExecute(result); super.onPostExecute(result);
key = result; key = result;
Toast.makeText(getApplicationContext(), key, Toast.LENGTH_SHORT).show(); //Toast.makeText(getApplicationContext(), key, Toast.LENGTH_SHORT).show();
if(key!= null) if(key!= null)
{ {
restLocation.setKey(key); restLocation.setKey(key);