fix(mobile): delete local check for merged assets - #25514
Conversation
|
Label error. Requires exactly 1 of: changelog:.*. Found: 📱mobile. A maintainer will add the required label. |
| label: "control_bottom_app_bar_delete_from_local".tr(), | ||
| onPressed: enabled | ||
| ? () { | ||
| if (!hasLocal) { |
There was a problem hiding this comment.
lol, seems like git has an issue identifying this as the only line that changed
There was a problem hiding this comment.
The file in main has CRLF line endings, but your commit converts them all to LF.
There was a problem hiding this comment.
ah thanks, that makes sense. Easy to blame the tool first 🤣
|
This is part of the old-timeline which will soon be removed. Features or fixes are no longer made to the widgets used exclusively in the old-timeline |
thanks, thats good to know 😄 |
Replace
selectionAssetState.hasLocalwith computedhasLocalvariable in delete local logic to properly handle merged assets that have local copies.