Assigned
Status Update
Comments
ma...@google.com <ma...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: aplachykau <
Link:
Correct TimePickerDialog inconsistencies to align with the spec.
Expand for full commit details
Correct TimePickerDialog inconsistencies to align with the spec.
Bug: b/397821743
Test: N/A
Change-Id: I23f9ff88a17ae0d33d1868f6cf1b0fc7097edb64
Files:
- M
compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/TimePickerSamples.kt
- M
compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/TimePickerDialog.kt
Hash: c506cb26786aa9196369639c74ec1756efbc186a
Date: Fri Feb 28 17:42:12 2025
na...@gmail.com <na...@gmail.com> #3
That is quite some workaround. Along with the Modifier.pulltoRefresh
, Indicator
also needs to be given the same threshold.
Description
Jetpack Compose version: 1.4.0 (Wear)
Material Library Version (M2, M3 or Both?): M3 1.3.1
Material Compose component used: PullToRefreshBox
Issue: PullToRefreshBox when used in wear os the default threshold of 80dp is so high that watch screen is small to reach the threshold.
Suggestion: A param in the PullToRefreshBox to change threshold so that the component can be used with appropriate threshold based on screen sizes.