Fix another cause of superfluous inotify signals on Android
authorPo Lu <luangruo@yahoo.com>
Fri, 19 Jan 2024 12:51:24 +0000 (20:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 19 Jan 2024 12:51:24 +0000 (20:51 +0800)
commitbd5bfc29137b6e452e1900a1fc3cf09e77959133
tree71b00e5e79d35670a587643e6cb173a7a48f5ad2
parentdd2caf1a7634ea6fd8aebbdc45ea4caf22d786cd
Fix another cause of superfluous inotify signals on Android

* src/android.c (android_select): If the event queue isn't
empty upon the initial check, clear all fdsets.
src/android.c