mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
fix: remove app from homepage url (#7233)
* fix: remove app from namespace url
* fix: banner issue on mobile
* Revert "fix: remove app from namespace url"
This reverts commit 4bd5f3f590
.
* fix: remove app from namespace url
This commit is contained in:
parent
1723886f3a
commit
aa8c9bad9f
3 changed files with 8 additions and 2 deletions
|
@ -178,7 +178,9 @@ class _DocumentPageState extends State<DocumentPage>
|
|||
editorState: state.editorState!,
|
||||
child: Column(
|
||||
children: [
|
||||
if (state.isDeleted) buildBanner(context),
|
||||
// the banner only shows on desktop
|
||||
if (state.isDeleted && UniversalPlatform.isDesktop)
|
||||
buildBanner(context),
|
||||
Expanded(child: child),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue