mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00
Fix blank toast in Transformer Demo
PiperOrigin-RevId: 480847967
This commit is contained in:
parent
8962f5a3f4
commit
446c9943f9
@ -461,8 +461,7 @@ public final class TransformerActivity extends AppCompatActivity {
|
|||||||
informationTextView.setText(R.string.transformation_error);
|
informationTextView.setText(R.string.transformation_error);
|
||||||
progressViewGroup.setVisibility(View.GONE);
|
progressViewGroup.setVisibility(View.GONE);
|
||||||
debugFrame.removeAllViews();
|
debugFrame.removeAllViews();
|
||||||
Toast.makeText(
|
Toast.makeText(getApplicationContext(), "Transformation error: " + exception, Toast.LENGTH_LONG)
|
||||||
TransformerActivity.this, "Transformation error: " + exception, Toast.LENGTH_LONG)
|
|
||||||
.show();
|
.show();
|
||||||
Log.e(TAG, "Transformation error", exception);
|
Log.e(TAG, "Transformation error", exception);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user