show potential Toasts
This commit is contained in:
parent
a994cd4c08
commit
2accff20fe
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue