Update tags
This commit is contained in:
@@ -424,7 +424,7 @@ class ChatMessageListViewModel(
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val TAG = "ChatRoomDetailMessageListViewModel"
|
||||
const val TAG = "ChatMessageListViewModel"
|
||||
|
||||
fun factory(
|
||||
initialChatMessageListUIState: ChatMessageListUIState = ChatMessageListUIState.Loading,
|
||||
|
||||
@@ -141,7 +141,7 @@ class ChatRoomMessagingViewModel(
|
||||
|
||||
|
||||
companion object {
|
||||
private const val TAG = "ChatRoomDetailViewModel"
|
||||
private const val TAG = "ChatRoomMessagingViewModel"
|
||||
|
||||
fun factory(
|
||||
activeUserPublicKey: HexKey,
|
||||
|
||||
Reference in New Issue
Block a user