Fix #316
This commit is contained in:
parent
932b17b1b2
commit
cade4946a4
@ -895,6 +895,8 @@ public class NekoGeneralSettingsActivity extends BaseFragment {
|
||||
textCell.setTextAndCheck(LocaleController.getString("AskBeforeCalling", R.string.AskBeforeCalling), NekoConfig.askBeforeCall, true);
|
||||
} else if (position == disableNumberRoundingRow) {
|
||||
textCell.setTextAndValueAndCheck(LocaleController.getString("DisableNumberRounding", R.string.DisableNumberRounding), "4.8K -> 4777", NekoConfig.disableNumberRounding, true, true);
|
||||
} else if (position == appBarShadowRow) {
|
||||
textCell.setTextAndCheck(LocaleController.getString("DisableAppBarShadow", R.string.DisableAppBarShadow), NekoConfig.disableAppBarShadow, true);
|
||||
} else if (position == usePersianCalenderRow) {
|
||||
} else if (position == autoPauseVideoRow) {
|
||||
textCell.setTextAndValueAndCheck(LocaleController.getString("AutoPauseVideo", R.string.AutoPauseVideo), LocaleController.getString("AutoPauseVideoAbout", R.string.AutoPauseVideoAbout), NekoConfig.autoPauseVideo, true, true);
|
||||
|
Loading…
Reference in New Issue
Block a user