1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-02-13 10:33:46 +01:00

typo error

This commit is contained in:
Thomas 2020-10-07 09:25:58 +02:00
parent c4b49b58cf
commit 0a84b75518

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);