I have a problem regarding the actionbar home button.
When my app starts, the home button is not clickable, and does nothing. When I move 1 level in the app, I set home to clickable, and use it as an up button.
When I go back to the main menu, the home button is stuck forever as clickable, altough it does nothing now(as it should). But it still gets highlighted(it should not).
Any ideas how to make the home button not clickable, after it has been set clickable once?
I'm using actionbarsherlock and holo-everywhere if it matters.