immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
52.65k stars 2.79k forks source link

fix(mobile): unnecessary rebuilds from partner share notifier #14170

Closed mertalev closed 1 week ago

mertalev commented 1 week ago

Description

I noticed this notifier was triggering a rebuild of the app bar because [] is not equal to [] (different objects). This PR changes this to use a deep comparison instead. Also makes the watching happen only after the initial query finishes to make sure there's no race condition.