Skip to content

Version 6.5

Compare
Choose a tag to compare
@terrakok terrakok released this 18 Nov 19:07
· 31 commits to master since this release
  • Fixed launching Activity via Intent without class name:
    fun WebView(url: String) = ActivityScreen { Intent(Intent.ACTION_VIEW, Uri.parse(url)) }