Skip to content

SettingsCell: Fix cell background when changing the tint

Rizky Maulana requested to merge Perklone/vlc-ios:master into master

Fixed the background color for SettingsCell where when changing the theme resulted in some cells not changing their background color. The probable cause is from DequeueReusableCell is picking system UIColor and needs to scroll to be able to change into the theme color. Making the cell background color to the theme background color colors.background seems to fix the issue.

Simulator_Screen_Recording_-iPhone_14_Pro-_2023-03-30_at_19.19.04

Closes #1494 (closed)

Edited by Rizky Maulana

Merge request reports