Skip to content

Commit b0012be

Browse files
committed
🚸 Do not reset example detail displays
1 parent 0a7ac0f commit b0012be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/lib/pages/page_mixin.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ mixin ExamplePageMixin<T extends StatefulWidget> on State<T> {
5151

5252
void removeAsset(int index) {
5353
assets.removeAt(index);
54-
if (assets.isEmpty) {
55-
isDisplayingDetail.value = false;
56-
}
5754
setState(() {});
5855
}
5956

0 commit comments

Comments
 (0)