vide
11/13/2023, 12:35 PMshikasd
11/13/2023, 12:52 PMstaticCompositionLocalOf
is changed, not sure which one though.vide
11/13/2023, 2:56 PMLocalIndication: true
LocalInspectionTables: true
LocalSaveableStateRegistry: true
LocalContext: true
LocalLifecycleOwner: true
LocalSavedStateRegistryOwner: true
LocalView: true
LocalAccessibilityManager: true
LocalAutofill: true
LocalAutofillTree: true
LocalClipboardManager: true
LocalDensity: true
LocalFocusManager: true
LocalFontFamilyResolver: true
LocalFontLoader: true
LocalHapticFeedback: true
LocalInputModeManager: true
LocalLayoutDirection: true
LocalSoftwareKeyboardController: false
LocalTextInputService: false
LocalTextToolbar: true
LocalUriHandler: true
LocalViewConfiguration: true
LocalWindowInfo: true
LocalInspectionMode: true
equals checks, looks like LocalSoftwareKeyboardController and LocalTextInputService are differentvide
11/13/2023, 3:00 PMoverride val textInputService
get() = TextInputService(
platformTextInputServiceInterceptor(
legacyTextInputServiceAndroid
)
)
val softwareKeyboardController: SoftwareKeyboardController
get() = DelegatingSoftwareKeyboardController(textInputService)
the provided values' getters seem to always instantiate new classesshikasd
11/13/2023, 3:02 PMvide
11/13/2023, 3:55 PMvide
11/13/2023, 3:57 PMZach Klippenstein (he/him) [MOD]
11/13/2023, 5:22 PM