-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Actions not shown in the notification.
Sample code:
LaunchedEffect(Unit) {
Toast.builder()
.title("Title")
.content("Content")
.action("Action 1") {}
.action("Action 2") {}
.toast()
}Actual output:

Expected output:

As shown in the screenshots above, Action 1 and Action 2 should be visible.
Note: Ignore the app name, icon and image in the screenshots.
System details:
System Details Report
Report details
- Date generated: 2024-11-17 19:07:23
Hardware Information:
- Hardware Model: Dell Inc. Latitude 5480
- Memory: 16.0 GiB
- Processor: Intel® Core™ i5-6200U × 4
- Graphics: Intel® HD Graphics 520 (SKL GT2)
- Disk Capacity: (null)
Software Information:
- Firmware Version: 1.36.0
- OS Name: Fedora Linux 41 (Workstation Edition)
- OS Build: (null)
- OS Type: 64-bit
- GNOME Version: 47
- Windowing System: Wayland
- Kernel Version: Linux 6.11.7-300.fc41.x86_64
Metadata
Metadata
Assignees
Labels
No labels