show potential Toasts

This commit is contained in:
Domingos Lopes 2016-03-22 02:54:52 -04:00
parent a994cd4c08
commit 2accff20fe
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ public class FeedItemMenuHandler {
context.startActivity(intent);
} else {
Toast.makeText(context, context.getString(R.string.download_error_malformed_url),
Toast.LENGTH_SHORT);
Toast.LENGTH_SHORT).show();
}
break;
case R.id.support_item:

View File

@ -92,7 +92,7 @@ public class FeedMenuHandler {
context.startActivity(intent);
} else {
Toast.makeText(context, context.getString(R.string.download_error_malformed_url),
Toast.LENGTH_SHORT);
Toast.LENGTH_SHORT).show();
}
break;
case R.id.support_item: