inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Programs occasionally fail to be detected correctly during install #136

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

I've noticed that occasionally (1 in 20 times?), programs fail to detect in directory views when they're installed into the currently visible directory. That suggests there's some kind of race between receiving the directory change notification and listing the directory meaning the index operation doesn't detect the .aif or .app meaning it simply shows a directory.

jbmorley commented 2 years ago

I think the right answer here is to add a belt-and-braces notification from the installer to inform anything watching the directory structure to update.

jbmorley commented 2 years ago

Notification added in ebbf0d2d39a1c8de64b770f03fa1c94d108a338c.