Skip to content

Commit

Permalink
fixup! TF-2877 Create notification setting view
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Jun 3, 2024
1 parent 5922a51 commit 8b1e60d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NotificationView extends GetWidget<NotificationController> with AppLoaderM
child: Column(
children: [
Obx(() {
if (!controller.loading) {
if (!controller.isLoading) {
return const SizedBox(height: 3);
}
return horizontalLoadingWidget;
Expand Down

0 comments on commit 8b1e60d

Please sign in to comment.