Friday, 13 September 2013

onSupportNavigateUp() not called

onSupportNavigateUp() not called

I'm developing an app with ActionBars which supports Gingerbread and up.
So basically I'm using the support library and extending
ActionBarActivity
for all my activities. Everything works well except for the
onSupportNavigateUp()
method. It just does not get called as stated in the documentation.
This method is called whenever the user chooses to navigate Up within your
application's activity hierarchy from the action bar.
This is quite easy but I haven't been able to figure out why it does not
work as expected nor Googling helped. Is this a bug? or am I missing
something?

No comments:

Post a Comment