|
@@ -226,7 +226,7 @@
|
|
|
:else nil)
|
|
:else nil)
|
|
|
header (cond-> base
|
|
header (cond-> base
|
|
|
right-buttons (assoc :rightButtons right-buttons)
|
|
right-buttons (assoc :rightButtons right-buttons)
|
|
|
- (= tab "home") (assoc :titleClickable true))]
|
|
|
|
|
|
|
+ (and (= tab "home") (not route-view)) (assoc :titleClickable true))]
|
|
|
(.configure ^js mobile-util/native-top-bar
|
|
(.configure ^js mobile-util/native-top-bar
|
|
|
(clj->js header)))))
|
|
(clj->js header)))))
|
|
|
|
|
|