mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00
Remove unnecessary changes
This commit is contained in:
parent
7a20b82512
commit
0359bb5ad5
@ -611,7 +611,7 @@ public class KiwixMobileActivity extends BaseActivity implements WebViewCallback
|
||||
isSpeaking = true;
|
||||
runOnUiThread(() -> {
|
||||
menu.findItem(R.id.menu_read_aloud)
|
||||
.setTitle(createMenuItem(getResources().getString(R.string.menu_read_aloud_stop)));
|
||||
.setTitle(createMenuItem(getResources().getString(R.string.menu_read_aloud_stop)));
|
||||
TTSControls.setVisibility(View.VISIBLE);
|
||||
});
|
||||
}
|
||||
@ -621,7 +621,7 @@ public class KiwixMobileActivity extends BaseActivity implements WebViewCallback
|
||||
isSpeaking = false;
|
||||
runOnUiThread(() -> {
|
||||
menu.findItem(R.id.menu_read_aloud)
|
||||
.setTitle(createMenuItem(getResources().getString(R.string.menu_read_aloud)));
|
||||
.setTitle(createMenuItem(getResources().getString(R.string.menu_read_aloud)));
|
||||
TTSControls.setVisibility(View.GONE);
|
||||
pauseTTSButton.setText(R.string.tts_pause);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user