typo error
This commit is contained in:
parent
c4b49b58cf
commit
0a84b75518
|
@ -239,7 +239,7 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd
|
||||||
&& !getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) {
|
&& !getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) {
|
||||||
playInMinimized = false;
|
playInMinimized = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mode == Helper.VIDEO_MODE_WEBVIEW) {
|
if (mode == Helper.VIDEO_MODE_WEBVIEW) {
|
||||||
webview_video.setVisibility(View.VISIBLE);
|
webview_video.setVisibility(View.VISIBLE);
|
||||||
playerView.setVisibility(View.GONE);
|
playerView.setVisibility(View.GONE);
|
||||||
|
|
Loading…
Reference in New Issue