mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-25 12:11:03 +00:00
fix: make warnings nullable instead of lateinit
This commit is contained in:
@@ -88,7 +88,7 @@ interface PatternScanMethod {
|
||||
* or the signature was not yet resolved,
|
||||
* the list will be null.
|
||||
*/
|
||||
lateinit var warnings: List<Warning>
|
||||
var warnings: List<Warning>? = null
|
||||
|
||||
/**
|
||||
* Represents a resolver warning.
|
||||
|
||||
Reference in New Issue
Block a user