Implement several pieces of badge feedback.

This commit is contained in:
Alex Hart
2021-11-08 13:01:09 -04:00
parent 3d45ab1b36
commit 48e47c9d92
15 changed files with 370 additions and 297 deletions

View File

@@ -399,7 +399,7 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".components.settings.conversation.ConversationSettingsActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:configChanges="touchscreen|keyboard|keyboardHidden|screenLayout|screenSize"
android:theme="@style/Signal.DayNight.ConversationSettings"
android:windowSoftInputMode="stateAlwaysHidden">
</activity>