mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-27 21:21:03 +00:00
feat: add or extension for AccessFlags
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package app.revanced.patcher.extensions
|
||||
|
||||
import org.jf.dexlib2.AccessFlags
|
||||
|
||||
infix fun AccessFlags.or(other: AccessFlags) = this.value or other.value
|
||||
Reference in New Issue
Block a user