mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 10:27:29 +00:00
Added default to flash configuration
This commit is contained in:

committed by
John Wu

parent
1d16d980b3
commit
f822c1c2e4
@@ -14,6 +14,10 @@ sealed class Configuration : Parcelable {
|
||||
@Parcelize
|
||||
object Secondary : Flash()
|
||||
|
||||
companion object {
|
||||
operator fun invoke(): Flash = Primary
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Parcelize
|
||||
|
Reference in New Issue
Block a user