mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Everywhere: Fix typos - act III
This commit is contained in:
Notes:
github-actions[bot]
2025-06-16 13:21:54 +00:00
Author: https://github.com/szepeviktor Commit: https://github.com/LadybirdBrowser/ladybird/commit/19f88f96dc1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4300 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -418,7 +418,7 @@ try_select_again:
|
||||
if (error_or_marked_fd_count.value() != 0) {
|
||||
// Handle file system notifiers by making them normal events.
|
||||
for (size_t i = 1; i < thread_data.poll_fds.size(); ++i) {
|
||||
// FIXME: Make the check work under Android, pehaps use ALooper
|
||||
// FIXME: Make the check work under Android, perhaps use ALooper
|
||||
#ifdef AK_OS_ANDROID
|
||||
auto& notifier = *thread_data.notifier_by_index[i];
|
||||
ThreadEventQueue::current().post_event(notifier, make<NotifierActivationEvent>(notifier.fd(), notifier.type()));
|
||||
|
||||
Reference in New Issue
Block a user