CFV2 fix possible race when initializing menu.

This commit is contained in:
Alex Hart
2023-07-11 11:26:13 -03:00
committed by Clark Chen
parent 979a50716e
commit b277a8c5e0

View File

@@ -1052,6 +1052,7 @@ class ConversationFragment :
presentWallpaper(recipient.wallpaper)
presentConversationTitle(recipient)
presentChatColors(recipient.chatColors)
invalidateOptionsMenu()
}
private fun invalidateOptionsMenu() {