Put custom controller behind feature flag.

This commit is contained in:
Nicholas Tinsley
2024-03-27 14:35:52 -04:00
parent 42450024fc
commit f126df2120
10 changed files with 304 additions and 90 deletions

View File

@@ -704,6 +704,7 @@
android:theme="@style/TextSecure.DarkNoActionBar"
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize|uiMode"
android:exported="false"/>