I use the ActionBarHomeClick on both of 3 activities but the event works only on main activity
i use toolbar with the same settings on both of 3 activities and AbHelper object with "showUpIndicator = true"
Sub Activity_ActionBarHomeClick ...on first activity it works fine
Log("ok")
End Sub
Sub Activity_ActionBarHomeClick ...on second activity doesnt catch the event
Log("ok")
End Sub
Sub Activity_ActionBarHomeClick ...on third activity doesnt catch the event
Log("ok")
End Sub