mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Added default to flash configuration
This commit is contained in:
parent
1d16d980b3
commit
f822c1c2e4
@ -14,6 +14,10 @@ sealed class Configuration : Parcelable {
|
||||
@Parcelize
|
||||
object Secondary : Flash()
|
||||
|
||||
companion object {
|
||||
operator fun invoke(): Flash = Primary
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Parcelize
|
||||
|
Loading…
Reference in New Issue
Block a user