typo error
This commit is contained in:
parent
4d7c7e88bb
commit
c4b49b58cf
|
@ -239,9 +239,7 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd
|
|||
&& !getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) {
|
||||
playInMinimized = false;
|
||||
}
|
||||
|
||||
if (mode != Helper.VIDEO_MODE_WEBVIEW && mode != Helper.VIDEO_MODE_NORMAL)
|
||||
mode = Helper.VIDEO_MODE_NORMAL;
|
||||
|
||||
if (mode == Helper.VIDEO_MODE_WEBVIEW) {
|
||||
webview_video.setVisibility(View.VISIBLE);
|
||||
playerView.setVisibility(View.GONE);
|
||||
|
|
|
@ -73,8 +73,8 @@ public class Helper {
|
|||
public static final String SET_VIDEO_MODE = "set_video_mode";
|
||||
public static final String SET_QUALITY_MODE = "set_quality_mode";
|
||||
public static final int VIDEO_MODE_NORMAL = 0;
|
||||
public static final int VIDEO_MODE_STREAMING = 1;
|
||||
public static final int VIDEO_MODE_WEBVIEW = 2;
|
||||
public static final int VIDEO_MODE_STREAMING = 2;
|
||||
public static final int VIDEO_MODE_WEBVIEW = 1;
|
||||
public static final int QUALITY_HIGH = 0;
|
||||
public static final int QUALITY_MEDIUM = 1;
|
||||
public static final int QUALITY_LOW = 2;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
files:
|
||||
- source: /app/src/full/res/values/strings.xml
|
||||
translation: /app/src/full/res/values-%two_letters_code%/%original_file_name%
|
||||
update_option: update_without_changes
|
||||
#update_option: update_without_changes
|
||||
languages_mapping:
|
||||
two_letters_code:
|
||||
zh-TW: zh-rTW
|
||||
|
|
Loading…
Reference in New Issue