From eb3180f3b6207aa7f6382b3f89156cba06afc41d Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 12 Dec 2018 13:05:37 +0900 Subject: [PATCH] Fix bug --- src/client/app/mobile/views/components/ui.header.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/client/app/mobile/views/components/ui.header.vue b/src/client/app/mobile/views/components/ui.header.vue index 9e06bcf974..d2914b5764 100644 --- a/src/client/app/mobile/views/components/ui.header.vue +++ b/src/client/app/mobile/views/components/ui.header.vue @@ -45,9 +45,7 @@ export default Vue.extend({ }, mounted() { - this.$nextTick(() => { - this.$store.commit('setUiHeaderHeight', this.$refs.root.offsetHeight); - }); + this.$store.commit('setUiHeaderHeight', 48); if (this.$store.getters.isSignedIn) { this.connection = this.$root.stream.useSharedConnection('main');