initial commit to gitea
This commit is contained in:
@@ -85,7 +85,7 @@ class DesktopBlogState extends State<DesktopBlog> {
|
||||
BuildContext mainContext = context;
|
||||
|
||||
return Scaffold(
|
||||
appBar: NavigationBar(
|
||||
appBar: MiniNavigationBar(
|
||||
title: S.of(context).blog,
|
||||
back: true,
|
||||
breadCrumbs: [
|
||||
@@ -272,6 +272,7 @@ class DesktopBlogState extends State<DesktopBlog> {
|
||||
'size': Constants.BLOG_PER_PAGE_DESKTOP.toString()
|
||||
}
|
||||
).then((value) {
|
||||
print('value: $value');
|
||||
if (mounted) {
|
||||
if (isRefresh) {
|
||||
_refreshController.refreshCompleted();
|
||||
|
||||
Reference in New Issue
Block a user