Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.88k stars 1.29k forks source link

Intent Helpers dont work unless used on layout made with Anko Layouts #453

Open BrickleRex opened 7 years ago

BrickleRex commented 7 years ago

Intent Helpers dont work unless used on layout made with Anko Layouts. I tried to use an Intent Helper for a button, but it would crash my app. I could only use it with a button created with anko layouts.

mareksabo commented 5 years ago

Try adding import explicitly:

import org.jetbrains.anko.startActivity
M9Apar commented 5 years ago

Conformed its not working from Adapter which located in a separate file, it only works with Activity and Fragments(haven't tested in fragment)