Commit f822c1c2 authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Added default to flash configuration

parent 1d16d980
......@@ -14,6 +14,10 @@ sealed class Configuration : Parcelable {
@Parcelize
object Secondary : Flash()
companion object {
operator fun invoke(): Flash = Primary
}
}
@Parcelize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment