jasu
07/27/2022, 1:35 PMcompose-hilt-navigation
and in one of the screens i’m using BackHandler(onBack = someCall). Somecall is not getting called any idea?
inshort: back handler is not workingoianmol
07/28/2022, 5:25 AMBackHandler
's ?theapache64
07/28/2022, 5:25 AMsomeCall
?jasu
07/28/2022, 5:26 AMval someCall: () -> Unit = {
// some work
}
oianmol
07/28/2022, 5:28 AMjasu
07/28/2022, 5:41 AM