fix: Fix language and theme not updating in sliver components

This commit is contained in:
Anton Stubenbord
2023-03-04 20:42:11 +01:00
parent e2cdee6e6a
commit a3a1941206
5 changed files with 27 additions and 27 deletions
@@ -22,6 +22,6 @@ class CustomizableSliverPersistentHeaderDelegate
@override
bool shouldRebuild(CustomizableSliverPersistentHeaderDelegate oldDelegate) {
return false;
return true;
}
}