Attachment gallery

This commit is contained in:
2024-05-21 00:02:39 +08:00
parent 2ec9cd814d
commit 158f189531
5 changed files with 74 additions and 14 deletions

View File

@ -22,7 +22,7 @@ class NavShell extends StatelessWidget {
centerTitle: false,
titleSpacing: canPop ? null : 24,
elevation: SolianTheme.isLargeScreen(context) ? 1 : 0,
leading: canPop ? BackButton() : null,
leading: canPop ? const BackButton() : null,
),
bottomNavigationBar: SolianTheme.isLargeScreen(context) ? null : const AppNavigationBottomBar(),
body: SolianTheme.isLargeScreen(context)