app: disable swipe nav

Signed-off-by: Varun Patil <radialapps@gmail.com>
monorepo
Varun Patil 2023-10-31 17:31:36 -07:00
parent 3dbaaaf543
commit e706d0fbdd
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
</template>
</NcAppNavigation>
<NcAppContent>
<NcAppContent :allowSwipeNavigation="false">
<div
:class="{
outer: true,

View File

@ -1,6 +1,6 @@
<template>
<NcContent app-name="memories">
<NcAppContent>
<NcAppContent :allowSwipeNavigation="false">
<div class="outer fill-block" :class="{ show }">
<div class="title">
<XImg class="img" :src="banner" :svg-tag="true" />