srctree

Robin Linden parent 7cbc501b 101a0aa6
Fix status indicator incorrectly displaying offline on old Android

It seems as if you go to e.g. the ChatFragment, then theContactProfileFragment, then back to the ChatFragment, Android (API <=21 at least) will use the tint set in XML instead of the colour set bythe contact status callback.

inlinesplit
atox/src/main/res/layout/profile_image_layout.xml added: 1, removed: 2, total 0
@@ -23,6 +23,5 @@
android:translationZ="10dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:tint="@color/statusOffline"
tools:targetApi="LOLLIPOP" />
</androidx.constraintlayout.widget.ConstraintLayout>