Android: fix compile error

This commit is contained in:
Mateus B. Cassiano 2022-12-11 01:10:30 -04:00
parent 1fd8d476e8
commit 5f0960ff88
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ public final class SettingsFragmentPresenter
}
};
sl.add(new CheckBoxSetting(mContext, blackBackgrounds, R.string.use_black_backgrounds,
sl.add(new SwitchSetting(mContext, blackBackgrounds, R.string.use_black_backgrounds,
R.string.use_black_backgrounds_description));
}