Skip to content

[Bug] Notification Action Not Shown #4

@tejas-bhong

Description

@tejas-bhong

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:
Screenshot From 2024-11-17 19-04-40
Expected output:
Screenshot From 2024-11-17 19-05-04

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions