Signal-iOS/SignalUI/ViewModels
Max Radermacher b1874b4c5f Fix some _isDebugAssertConfiguration warnings
By moving the check after the `isLoggingEnabled()` check, there isn’t
unreachable code, so the compiler warning goes away. (The `_isDebug…`
check has to be second, or the `isLoggingEnabled()` call would be
unreachable code.)

For the other case, I wrapped the entire check in a single `assert`,
avoiding the `_isDebugAssertConfiguration` call altogether. (This one
wasn’t a warning, but I think this approach is more canonical, and it’s
probably best to avoid `_` functions where possible.)
2022-05-06 09:48:50 -05:00
..
ContactShareViewModel.swift Don't cache contacts on contacts manager. 2021-10-22 19:09:44 -03:00
CVItemViewModel.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
OWSQuotedReplyModel.h Support sending 1:1 story replies 2022-04-21 10:58:28 -07:00
OWSQuotedReplyModel.m Fix quoting story reactions 2022-04-21 11:00:12 -07:00
ThreadUtil+SignalUI.swift Fix some _isDebugAssertConfiguration warnings 2022-05-06 09:48:50 -05:00
ThreadViewModel.swift Require transaction to check blocked thread state 2022-04-08 19:01:43 -07:00
VoiceMessageModel.swift Fix typos 2022-03-18 11:31:06 -07:00