Skip to content
Snippets Groups Projects
Commit df525d6d authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fix Rocket.Chat.Cordova issue #15.

parent d63f0192
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ currentTracker = undefined
if roomDom.classList.contains('room-container')
roomDom.querySelector('.messages-box > .wrapper').scrollTop = roomDom.oldScrollTop
RocketChat.TabBar.setTemplate ''
Session.set 'openedRoom', room._id
Session.set 'editRoomTitle', false
......
......@@ -81,8 +81,10 @@
{{> messageBox}}
</footer>
</section>
<section class="flex-tab">
{{> Template.dynamic template=flexTemplate data=flexData}}
</section>
{{#if flexTemplate}}
<section class="flex-tab">
{{> Template.dynamic template=flexTemplate data=flexData}}
</section>
{{/if}}
</div>
</template>
\ No newline at end of file
</template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment