Merge pull request #11341 from mbc07/BlackBackgrounds_buildfix

Android: fix compile error
This commit is contained in:
Pokechu22 2022-12-10 22:27:21 -08:00 committed by GitHub
commit cac5d0b8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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));
}