Skip to content

Android app: parameter "clear" for action button doesn't work with action "view" #220

Closed
@cmeis

Description

@cmeis

Android app (test build from Discord / https://phil.nopaste.net/T7d7JOvNRH?d=1&f=app-play-debug.apk&a=uVxXKVl4wn) is not behaving correctly with "view" action and the "clear" parameter set to true.
In this case my app clears the notification, but does NOT execute the "view" action.

Example request:

{
    "topic": "transfer",
    "message": "I got a new pickup point",
    "actions": [
      {
        "action": "view",
        "label": "meet me here",
        "url": "geo:47.421087468386155, 10.985437463216053",
        "clear": true
      }
    ]
  }

If the "clear" parameter is set to false (or not set at all, as false is the default), the action is executed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    android-appntfy Android app🪲 bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions