Draft: Show notification when removable device can be safely removed
It's very dangerous and racey to access and set properties in ListView.onRemove, so just show a notification, and don't delay removing item in ListView.
Edited by Fushan Wen
It's very dangerous and racey to access and set properties in ListView.onRemove, so just show a notification, and don't delay removing item in ListView.