also my app keeps crashing whenever I run it on th...
# android
q
also my app keeps crashing whenever I run it on the emulator in Android Studio or install it on the phone but the design preview in Android Studio displays just fine, any pointers on how to solve the issue?
😶 2
I've fixed it guys, turns out the issue was a call to a function which is not a composable inside a composable function
m
are we not allowed to call normal functions in a Composable function?