Delete old/unused sticker management v1 code.

Deletes the old code related to sticker management v1 and removes the v2 prefix from the new classes.
This commit is contained in:
Jeffrey Starke
2025-05-02 16:21:24 -04:00
committed by Michelle Tang
parent 5306a9dd7a
commit 844dec06b1
18 changed files with 16 additions and 905 deletions

View File

@@ -878,13 +878,6 @@
android:exported="false"/>
<activity android:name=".stickers.StickerManagementActivity"
android:launchMode="singleTask"
android:theme="@style/TextSecure.LightTheme"
android:windowSoftInputMode="stateUnchanged"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<activity android:name=".stickers.StickerManagementActivityV2"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />