
The AppFolderDialog would lose keyboard focus after editing the title (likely due to the folder entry grabbing key focus). This commit adds navigate_focus() to _showFolderLabel() to send key focus back to the dialog's elements after editing the title. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3338>