edde746
c48cbf7059
fix(settings): dismiss Manage Libraries without leaving Settings
...
On phone layouts main_screen pushes SettingsScreen as its own route, and
that route carried no OverlaySheetHost. showAdaptive could not find one
from the tile's context, so Manage Libraries fell back to
showModalBottomSheet. The sheet also owns a focused Back handler, so a
single Android Back arrived twice — once as a key event, once as
popRoute — and the two route-based paths raced, tearing down Settings
along with the sheet.
Installs one route-local host when no enclosing host exists, and opens
the sheet from a context below it. OverlaySheetHost then holds the route
while a sheet is open and deduplicates the key path, so one Back closes
only the sheet.
2026-07-26 23:05:53 +02:00
..
2026-07-26 06:09:48 +02:00
2026-07-26 19:41:23 +02:00
2026-07-26 20:42:58 +02:00
2026-07-02 11:41:25 +02:00
2026-07-24 03:46:50 +02:00
2025-12-12 15:57:22 +01:00
2026-07-26 06:09:48 +02:00
2026-06-01 11:06:03 +02:00
2026-05-01 01:20:36 +02:00
2026-07-26 04:24:55 +02:00
2026-07-13 11:28:32 +02:00
2026-06-04 20:41:34 +02:00
2026-07-05 02:23:42 +02:00
2026-07-17 09:04:01 +02:00
2026-07-13 23:13:53 +02:00
2026-07-26 06:09:48 +02:00
2026-07-05 02:23:42 +02:00
2026-07-25 16:16:04 +02:00
2026-07-24 03:46:50 +02:00
2026-06-01 11:06:03 +02:00
2026-07-24 03:46:50 +02:00
2026-07-26 19:41:23 +02:00
2026-07-13 11:28:32 +02:00
2026-06-01 11:06:03 +02:00
2026-07-26 06:09:48 +02:00
2026-07-18 13:32:40 +02:00
2026-07-05 07:08:40 +02:00
2026-06-12 04:16:39 +02:00
2026-05-22 13:34:30 +02:00
2026-07-26 06:09:49 +02:00
2026-07-26 06:09:48 +02:00
2026-07-26 06:09:48 +02:00
2026-07-25 16:47:04 +02:00
2026-07-25 16:16:04 +02:00
2026-07-26 06:09:48 +02:00
2026-07-13 11:28:32 +02:00
2026-07-02 11:41:25 +02:00
2026-07-25 16:16:04 +02:00
2026-07-26 06:09:47 +02:00
2026-05-22 15:40:03 +02:00
2026-07-26 23:05:53 +02:00
2026-06-12 06:30:38 +02:00
2026-05-05 03:06:56 +02:00
2026-07-05 17:20:28 +02:00
2026-07-12 17:31:12 +02:00
2026-07-26 19:41:23 +02:00
2026-07-26 23:05:53 +02:00
2026-07-05 17:20:28 +02:00
2026-05-04 22:40:18 +02:00
2026-07-10 12:07:19 +02:00
2026-07-26 19:41:23 +02:00
2026-07-26 14:58:21 +02:00
2026-07-26 06:09:49 +02:00
2026-07-26 19:41:23 +02:00
2026-04-25 03:16:11 +02:00
2026-05-04 22:40:18 +02:00
2026-06-01 11:06:03 +02:00
2026-07-02 11:41:25 +02:00
2026-07-26 06:09:48 +02:00
2026-07-26 19:41:23 +02:00
2026-07-13 23:13:53 +02:00
2026-07-24 03:46:50 +02:00
2026-07-26 21:04:53 +02:00
2026-07-12 08:42:20 +02:00
2026-05-22 01:38:29 +02:00
2026-07-26 21:04:53 +02:00
2026-07-26 06:09:49 +02:00
2026-06-01 11:06:03 +02:00
2026-07-05 02:23:42 +02:00
2026-06-12 07:18:34 +02:00
2026-07-10 07:10:15 +02:00
2026-06-01 11:06:03 +02:00
2026-07-26 06:09:49 +02:00
2026-07-26 14:58:21 +02:00
2026-07-26 06:09:49 +02:00
2026-07-26 23:05:53 +02:00
2026-07-26 04:34:08 +02:00
2026-07-26 06:09:49 +02:00
2026-07-24 03:46:50 +02:00
2026-06-12 09:11:56 +02:00
2026-07-26 14:58:38 +02:00