fix compilation warnings

This commit is contained in:
Eric Dvorsak 2017-09-09 11:22:34 +02:00 committed by Roman Volosovskyi
parent 60515a01e6
commit 35b69030bf
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
(defn toolbar-view [] (defn toolbar-view []
[toolbar/toolbar2 {} [toolbar/toolbar2 {}
[toolbar/nav-button (act/hamburger open-drawer!)] [toolbar/nav-button (act/hamburger drawer/open-drawer!)]
[toolbar/content-title (i18n/label :t/chats)] [toolbar/content-title (i18n/label :t/chats)]
[toolbar/actions [toolbar/actions
(if ios? (if ios?

View File

@ -32,7 +32,7 @@
(defn toolbar-view [] (defn toolbar-view []
[toolbar/toolbar2 {} [toolbar/toolbar2 {}
[toolbar/nav-button (act/hamburger open-drawer!)] [toolbar/nav-button (act/hamburger drawer/open-drawer!)]
[toolbar/content-title (label :t/contacts)] [toolbar/content-title (label :t/contacts)]
[toolbar/actions [toolbar/actions
(toolbar-actions)]]) (toolbar-actions)]])