SearchPreference icon indicating copy to clipboard operation
SearchPreference copied to clipboard

Subscreens not working in example app

Open joserebelo opened this issue 1 year ago • 2 comments

Just a head's up that subscreens are not working in the example app:

  • It is not possible to navigate to them by clicking the PreferenceScreen
  • The preferences are found, but clicking them does not navigate to them

I did manage to fix them on my side following a similar approach to #30. I tried to fix them on the example app as well, but couldn't manage to get the screens to open, and ran out of time. I might revisit this sometime.

joserebelo avatar Aug 29 '24 21:08 joserebelo

Hmm, sounds like Google broke the subscreens in some library update. I remember them working at some point at least.

ByteHamster avatar Sep 27 '24 19:09 ByteHamster

Declaring nested hierarchies within the same XML resource using a nested PreferenceScreen is no longer supported. Use nested Fragment objects instead. https://developer.android.com/develop/ui/views/components/settings/organize-your-settings#preferencescreens

samlu avatar Apr 07 '25 08:04 samlu