clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

setup-action-bar render issue #39

Open weejulius opened 10 years ago

weejulius commented 10 years ago

the tabs will be appended in the bar whenever the setup-aciton-bar is evaluated instead of rerender in the REPL?

Is it an issue?

alexander-yakushev commented 9 years ago

Hello Julius,

Yes, it is a bug. removeAllTabs() has to be called inside setup-action-bar. I fill fix this in the next patch, thank you.