typo error

This commit is contained in:
Thomas 2020-10-07 09:25:58 +02:00
parent c4b49b58cf
commit 0a84b75518
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd
&& !getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) {
playInMinimized = false;
}
if (mode == Helper.VIDEO_MODE_WEBVIEW) {
webview_video.setVisibility(View.VISIBLE);
playerView.setVisibility(View.GONE);