()
| 184 | private InterfaceTheme currentTheme = DeviceInfo.FORCE_LIGHT_THEME ? InterfaceTheme.WHITE : InterfaceTheme.LIGHT; |
| 185 | |
| 186 | public InterfaceTheme getCurrentTheme() { |
| 187 | return currentTheme; |
| 188 | } |
| 189 | |
| 190 | public void setCurrentTheme(String themeCode) { |
| 191 | InterfaceTheme theme = InterfaceTheme.findByCode(themeCode); |