more fixies

This commit is contained in:
particle-box
2026-01-23 01:22:10 +05:30
parent d8d82cd098
commit de4d8dac39
2 changed files with 2 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ class BiometricPromptActivity: ComponentActivity() {
setContent {} setContent {}
} }
@Deprecated("Overrides deprecated API onActivityResult")
@Suppress("DEPRECATION") @Suppress("DEPRECATION")
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data) super.onActivityResult(requestCode, resultCode, data)

View File

@@ -339,7 +339,7 @@ class PatchSnapchatScreen : SetupScreen() {
textAlign = TextAlign.Start textAlign = TextAlign.Start
) )
Text( Text(
text = "Fix: Download and install JingMatrix LSPatch, then patch Snapchat 13.65.1.0 to 13.71.0.51 in Integrated mode. Select Embed Modules and embed the PurrfectSnap APK. Then choose Skip auto setup during PurrfectSnap setup to skip Auto Patcher.", text = "Fix: Download and install JingMatrix LSPatch, then patch a Snapchat version (any one) from this range, i.e. between 13.65.1.0 and 13.71.0.51, in Integrated mode. Select Embed Modules and embed the PurrfectSnap APK. Then choose Skip auto setup during PurrfectSnap setup to skip Auto Patcher.",
style = bodyStyle, style = bodyStyle,
textAlign = TextAlign.Start textAlign = TextAlign.Start
) )