Skip to content

Commit

Permalink
Fix video disappearing when the app is brought out of the background
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 489212224
  • Loading branch information
tof-tof authored and microkatz committed Nov 21, 2022
1 parent c1fd03d commit 9345362
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ private void startTransformation() {
throw new IllegalStateException(e);
}
informationTextView.setText(R.string.transformation_started);
progressViewGroup.setVisibility(View.VISIBLE);
inputCardView.setVisibility(View.GONE);
outputPlayerView.setVisibility(View.GONE);
Handler mainHandler = new Handler(getMainLooper());
Expand Down

0 comments on commit 9345362

Please sign in to comment.