Closed Quintasan closed 7 years ago
Hey, that setting is available through the actionBarDrawerToggleEnabled
property.
It had to have a different name because the original library uses overloaded functions here, but there can't be multiple properties with different types in Kotlin. I'll add this to the documentation somewhere.
Not sure if this is an actual bug but the original library has the following code:
The following code complains about type mismatch:
What am I doing wrong?