Signal-iOS/SignalUI/Appearance
Jordan Rose 7fd57960dc Don't block theme changes on a write transaction
We need to write the current theme into the database so it persists
across launches, but we don't need to *block* waiting for that to
happen. This increases UI responsiveness at the cost of reverting to
someone's previous theme setting if the app crashes before the write
goes through.
2022-02-18 11:47:32 -08:00
..
ChatColors.swift Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
ColorOrGradient.swift Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
ColorOrGradientSwatchView.swift Fix a whole bunch of warnings 2021-10-21 21:11:26 -07:00
Theme.h refactored background color handling (part of cell configuration), fixed colors searching on iPad, changed handling of theme change during multi-selection 2022-01-26 10:46:08 +01:00
Theme.m Don't block theme changes on a write transaction 2022-02-18 11:47:32 -08:00
Theme+OWS.swift refactored async loading of avatar images in HomeView (#3886) 2022-01-13 09:13:12 +01:00