toggle menu
KAHelpers
androidJvm
switch theme
search in API
common
/
dev.funkymuse.common
/
tryOrIgnore
try
Or
Ignore
inline
fun
tryOrIgnore
(
runnable
:
(
)
->
Unit
)
try the code in
runnable
, If it runs then its perfect if its not, It won't crash your app.