TP-68804 | Owais | api cleanup (#11106)
This commit is contained in:
@@ -58,7 +58,6 @@ import com.navi.chat.aws.FileUploadManager
|
||||
import com.navi.chat.aws.model.ChatUploadState
|
||||
import com.navi.chat.aws.model.ChatUploadTask
|
||||
import com.navi.chat.common.models.SelectedFileData
|
||||
import com.navi.chat.data.NaviChatSystemDataHelper
|
||||
import com.navi.chat.databinding.FragmentCommonNaviChatBinding
|
||||
import com.navi.chat.db.utils.formPlainTextNewMessage
|
||||
import com.navi.chat.db.utils.getLanguageSelectedResponse
|
||||
@@ -369,7 +368,7 @@ class NaviChatFragment : BaseFragment(), WidgetCallback, MessageOperation, Toolb
|
||||
naviChatViewModel.chatChannelInfo.observeNonNull(viewLifecycleOwner) { channelInfo ->
|
||||
initChat(
|
||||
FireStoreDataProviderModel(
|
||||
chatProviderName = NaviChatSystemDataHelper.providerName().orEmpty(),
|
||||
chatProviderName = FIRESTORE,
|
||||
readPath = channelInfo.readPath.orEmpty(),
|
||||
writePath = channelInfo.writePath.orEmpty(),
|
||||
eventsPath = channelInfo.eventsPath.orEmpty(),
|
||||
@@ -898,7 +897,7 @@ class NaviChatFragment : BaseFragment(), WidgetCallback, MessageOperation, Toolb
|
||||
naviChatInit?.let {
|
||||
initChat(
|
||||
FireStoreDataProviderModel(
|
||||
chatProviderName = NaviChatSystemDataHelper.providerName().orEmpty(),
|
||||
chatProviderName = FIRESTORE,
|
||||
readPath = naviChatInit.readPath.orEmpty(),
|
||||
writePath = naviChatInit.writePath.orEmpty(),
|
||||
eventsPath = naviChatInit.eventsPath.orEmpty(),
|
||||
|
||||
Reference in New Issue
Block a user