We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6898575 commit 1f554e4Copy full SHA for 1f554e4
lib/pages/home/view.dart
@@ -26,7 +26,8 @@ class _HomePageState extends State<HomePage> {
26
Widget _buildContent() {
27
return Obx(
28
() {
29
- if (c.resents.isEmpty && c.favorites.isEmpty) {
+ if (c.resents.isEmpty &&
30
+ c.favorites.values.every((element) => element.isEmpty)) {
31
return Center(
32
child: Column(
33
mainAxisAlignment: MainAxisAlignment.center,
0 commit comments