Remove default value for Library.license
This commit is contained in:
parent
44a58d14c1
commit
7b15649b25
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import kotlinx.android.synthetic.main.about_library.view.*
|
|||
|
||||
import timber.log.Timber
|
||||
|
||||
private data class Library(val name: String, val URL: String, val license: String = "")
|
||||
private data class Library(val name: String, val URL: String, val license: String)
|
||||
|
||||
class AboutActivity : K9Activity() {
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
|
|
Loading…
Reference in a new issue