Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
The app crashes when it is set. See attached example app.
builder
.setShowWhen(true)
.setUsesChronometer(true)
.setWhen(calendar.timeInMillis)
.setChronometerCountDown(true) // <-- crashes here
implementation 'androidx.appcompat:appcompat:1.2.0-alpha01'
implementation 'androidx.core:core-ktx:1.2.0-rc01'
Android 8 and 10.
2nd bug or feature: setContentText is not displayed in Android 10 making it difficult to display appropriate texts in unexpanded notification.