Skip to content

Commit

Permalink
feature: new stories api integration
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMuuo committed Mar 10, 2024
1 parent 7d3b115 commit a0a52cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class SettingsPage extends StatelessWidget {
title: Obx(
() => controller.hasUpdates.value
? const Text("Updating")
: Text("Update v 1.0.${controller.patch.value}"),
: Text("Update v2.0.${controller.patch.value}"),
),
trailing: controller.hasUpdates.value
? LoadingAnimationWidget.beat(
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/academia_app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class AcademiaAppBar extends StatelessWidget {
storyController: StoryController(),
));
}
: () {},
: null,
child: Container(
padding: const EdgeInsets.all(2),
decoration: notificationsController.hasNotifications.value
Expand Down

0 comments on commit a0a52cf

Please sign in to comment.