diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-23 20:53:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 20:53:16 -0500 |
commit | a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da (patch) | |
tree | 98671b65142ea84aac26d455cae1ec1ce99a5cf8 /about | |
parent | 3d7c85bd97261116a090a7202b0e0ed2625b5d73 (diff) | |
download | kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.tar.gz kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.tar.bz2 kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.zip |
Update/fast adapter (#138)
* Update version and add debug key
* Update fast adapter
* Add debug separation
* Inline functions and remove unused
Diffstat (limited to 'about')
-rw-r--r-- | about/src/main/kotlin/ca/allanwang/kau/about/LibraryIItem.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about/src/main/kotlin/ca/allanwang/kau/about/LibraryIItem.kt b/about/src/main/kotlin/ca/allanwang/kau/about/LibraryIItem.kt index d71f786..e7ddcd3 100644 --- a/about/src/main/kotlin/ca/allanwang/kau/about/LibraryIItem.kt +++ b/about/src/main/kotlin/ca/allanwang/kau/about/LibraryIItem.kt @@ -32,7 +32,7 @@ class LibraryIItem(val lib: Library) : KauIItem<LibraryIItem, LibraryIItem.ViewH false else with(item.lib) { - v.context.startLink(libraryWebsite, repositoryLink, authorWebsite) + v!!.context.startLink(libraryWebsite, repositoryLink, authorWebsite) true } } |