Skip to content
Permalink
Browse files
Merge pull request #11341 from mbc07/BlackBackgrounds_buildfix
Android: fix compile error
  • Loading branch information
Pokechu22 committed Dec 11, 2022
2 parents 1fd8d47 + 5f0960f commit cac5d0b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -451,7 +451,7 @@ public void setBoolean(Settings settings, boolean newValue)
}
};

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));
}

0 comments on commit cac5d0b

Please sign in to comment.