0e7f366ffa69da4f77cedf878a4b369f022ae9d4
Root cause: There is a bunch of different logic of preferences in CaptionAppearanceFragment. It’s hard to implement new features and hard to maintain and hard to be testable. Solution: Move out custom perference visiblity logic of CaptionAppearanceFragment into controllers to reduce the complexity of the relationship between preference and fragment. Bug: 197695932 Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.accessibility Change-Id: I53d4ca3809031587f8d6853b427774fd322a71d8
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%