use lifecycleScope from chatActivity in OutcomingTextMessageViewHolder

defining an own scope and clearing it via onViewRecycled did not work out somehow (offline icon was wrong)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>

[skip ci]
This commit is contained in:
Marcel Hibbe 2025-01-16 14:29:12 +01:00 committed by backportbot[bot]
parent 237b6fafac
commit 4b351086a1

View File

@ -14,6 +14,7 @@ import android.util.Log
import android.util.TypedValue
import android.view.View
import androidx.core.content.res.ResourcesCompat
import androidx.lifecycle.lifecycleScope
import autodagger.AutoInjector
import coil.load
import com.google.android.flexbox.FlexboxLayout