initial commit to gitea
This commit is contained in:
@@ -42,7 +42,7 @@ class MeState extends State<Me> {
|
||||
builder: (context, sizingInformation) =>
|
||||
Scaffold(
|
||||
key: _scaffoldKey,
|
||||
appBar: sizingInformation.isMobile? null : NavigationBar(
|
||||
appBar: sizingInformation.isMobile? null : MiniNavigationBar(
|
||||
title: S.of(context).me,
|
||||
back: true,
|
||||
breadCrumbs: [
|
||||
|
||||
Reference in New Issue
Block a user