Fixed
- Storage & Main Menu: Fixed
IllegalArgumentException("Called attach on a child which is not detached") inStorageBrowserActivityby removing stable IDs fromStorageAdapter, eliminating scrap re-attachment collisions during view mode transitions, LayoutManager swaps, and tile reordering. - Main Menu: Guarded tile color, icon, and view mode setters against redundant
notifyDataSetChanged()calls to prevent dataset thrashing, and disabled cross-fade change animations on the main storage grid.