diff --git a/src/client/app/mobile/views/components/ui.header.vue b/src/client/app/mobile/views/components/ui.header.vue index 9e06bcf97..d2914b576 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');