app.morphe.patcher.patch.PatchException: List contains no element matching the predicate.
at app.morphe.patcher.Patcher$invoke$1.invokeSuspend$execute(SourceFile:95)
at app.morphe.patcher.Patcher$invoke$1.invokeSuspend(SourceFile:109)
at app.morphe.patcher.Patcher$invoke$1.invoke(SourceFile:0)
at app.morphe.patcher.Patcher$invoke$1.invoke(SourceFile:0)
at kotlinx.coroutines.flow.SafeFlow.collectSafely(SourceFile:57)
at kotlinx.coroutines.flow.AbstractFlow.collect(SourceFile:226)
at app.morphe.manager.patcher.Session.applyPatchesVerbose(SourceFile:52)
at app.morphe.manager.patcher.Session.run(SourceFile:98)
at app.morphe.manager.patcher.runtime.process.PatcherProcess$start$1.invokeSuspend(SourceFile:108)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:34)
at kotlinx.coroutines.DispatchedTask.run(SourceFile:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(SourceFile:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(SourceFile:829)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(SourceFile:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:704)
Caused by: java.util.NoSuchElementException: List contains no element matching the predicate.
at app.crimera.patches.instagram.misc.developerOption.UnlockDeveloperOptionPatchKt.unlockDeveloperOptionPatch$lambda$3$lambda$2(UnlockDeveloperOptionPatch.kt:102)
at app.crimera.patches.instagram.misc.developerOption.UnlockDeveloperOptionPatchKt.$r8$lambda$I9QfSFTWsQ8lFI7joTM53dLBc2E(Unknown Source:0)
at app.crimera.patches.instagram.misc.developerOption.UnlockDeveloperOptionPatchKt$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
at app.morphe.patcher.patch.Patch.execute(SourceFile:112)
at app.morphe.patcher.patch.BytecodePatch.execute$morphe_patcher(SourceFile:222)
at app.morphe.patcher.Patcher$invoke$1.invokeSuspend$execute(SourceFile:89)
... 14 more