mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 10:25:03 -06:00
fix: Fix language and theme not updating in sliver components
This commit is contained in:
@@ -22,6 +22,6 @@ class CustomizableSliverPersistentHeaderDelegate
|
||||
|
||||
@override
|
||||
bool shouldRebuild(CustomizableSliverPersistentHeaderDelegate oldDelegate) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user