mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix video disappearing when the app is brought out of the background
PiperOrigin-RevId: 489212224
This commit is contained in:
parent
22ccc1a128
commit
8cec71b3e8
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ public final class TransformerActivity extends AppCompatActivity {
|
||||||
throw new IllegalStateException(e);
|
throw new IllegalStateException(e);
|
||||||
}
|
}
|
||||||
informationTextView.setText(R.string.transformation_started);
|
informationTextView.setText(R.string.transformation_started);
|
||||||
|
progressViewGroup.setVisibility(View.VISIBLE);
|
||||||
inputCardView.setVisibility(View.GONE);
|
inputCardView.setVisibility(View.GONE);
|
||||||
outputPlayerView.setVisibility(View.GONE);
|
outputPlayerView.setVisibility(View.GONE);
|
||||||
Handler mainHandler = new Handler(getMainLooper());
|
Handler mainHandler = new Handler(getMainLooper());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue