mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: use database sync bloc in database page (#5183)
This commit is contained in:
parent
0355ca5d73
commit
bf64b0d2fa
@ -83,7 +83,9 @@ class _MobileViewPageState extends State<MobileViewPage> {
|
|||||||
view: view,
|
view: view,
|
||||||
),
|
),
|
||||||
const HSpace(16.0),
|
const HSpace(16.0),
|
||||||
DocumentSyncIndicator(view: view),
|
view.layout == ViewLayoutPB.Document
|
||||||
|
? DocumentSyncIndicator(view: view)
|
||||||
|
: DatabaseSyncIndicator(view: view),
|
||||||
const HSpace(8.0),
|
const HSpace(8.0),
|
||||||
],
|
],
|
||||||
_buildAppBarMoreButton(view),
|
_buildAppBarMoreButton(view),
|
||||||
|
Loading…
Reference in New Issue
Block a user