content copy notify

pull/307/head
okjack 2 years ago
parent 242dd7f0db
commit 01d7737ffa
  1. 2
      app/src/mobile/java/com/fongmi/android/tv/ui/activity/VideoActivity.java
  2. 1
      app/src/mobile/res/values-zh-rCN/strings.xml
  3. 1
      app/src/mobile/res/values-zh-rTW/strings.xml
  4. 1
      app/src/mobile/res/values/strings.xml

@ -721,8 +721,8 @@ public class VideoActivity extends BaseActivity implements Clock.Callback, Custo
}
private boolean onCopy() {
Notify.show(R.string.copied);
Util.copy(mBinding.content.getText().toString());
Notify.show(getString(R.string.copy_success));
return true;
}

@ -47,7 +47,6 @@
<!-- Hint -->
<string name="shortcut"> 已于主萤幕新增捷径。</string>
<string name="copy_success">复制成功</string>
<string-array name="select_background">
<item>关闭</item>

@ -47,7 +47,6 @@
<!-- Hint -->
<string name="shortcut"> 已於主螢幕新增捷徑。</string>
<string name="copy_success">拷貝成功</string>
<string-array name="select_background">
<item>關閉</item>

@ -47,7 +47,6 @@
<!-- Hint -->
<string name="shortcut">Shortcut has been added.</string>
<string name="copy_success">Copy success</string>
<string-array name="select_background">
<item>Off</item>

Loading…
Cancel
Save