I use the acActionBar and ActionBarHomeClick event 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"
On first activity it works fine
On second activity doesnt catch the event
On third activity doesnt catch the event
On first activity it works fine
B4X:
Sub Activity_ActionBarHomeClick
Log("ok")
End Sub
On second activity doesnt catch the event
B4X:
Sub Activity_ActionBarHomeClick
Log("ok")
End Sub
On third activity doesnt catch the event
B4X:
Sub Activity_ActionBarHomeClick
Log("ok")
End Sub