Fix several conversation settings feedback issues.

* Mute icon in wrong location in RTL
* No exit animation when dismissing conversation settings
* Thumbnails flicker when you come back to conversation settings
* Rounded corners for mute dialog don't match other dialogs
* Mute button in note-to-self conversation settings
* Explore adding contact details to the contact bottom sheet
This commit is contained in:
Alex Hart
2021-06-28 11:11:57 -03:00
committed by GitHub
parent 5675f080f2
commit f2a490b07e
13 changed files with 74 additions and 13 deletions

View File

@@ -65,5 +65,6 @@
</style>
<style name="Signal.ConversationSettings.WindowAnimation" parent="android:style/Animation" >
<item name="android:windowExitAnimation">@anim/slide_fade_to_bottom</item>
</style>
</resources>