Convert WebRtcCallViewModel into Kotlin.

This commit is contained in:
Alex Hart
2025-02-03 10:31:20 -04:00
committed by Greyson Parrelli
parent 27a3cc0305
commit eac44de527
14 changed files with 525 additions and 1418 deletions

View File

@@ -139,18 +139,6 @@
android:launchMode="singleTask"
android:exported="false" />
<activity
android:name=".components.webrtc.v2.CallActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout"
android:excludeFromRecents="true"
android:exported="true"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:supportsPictureInPicture="true"
android:taskAffinity=".calling"
android:theme="@style/TextSecure.DarkTheme.WebRTCCall"
android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:name=".messagerequests.CalleeMustAcceptMessageRequestActivity"
android:theme="@style/TextSecure.DarkNoActionBar"
android:noHistory="true"