fix(YouTube - Downloads): Use new task context (#2841)

This commit is contained in:
LisoUseInAIKyrios
2024-03-08 09:09:15 +04:00
committed by GitHub
parent f24adf753e
commit 6d88cb49ec
14 changed files with 142 additions and 58 deletions

View File

@ -15,6 +15,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.WideLiteralInstruction
import com.android.tools.smali.dexlib2.iface.reference.Reference
import com.android.tools.smali.dexlib2.util.MethodUtil
fun MethodFingerprint.resultOrThrow() = result ?: throw exception
/**
* The [PatchException] of failing to resolve a [MethodFingerprint].
*