Skip to content

Not setting "sound" in presentationOptions fully disables notification sound for Android instead of just disabling it in the foreground. #10526

Not setting "sound" in presentationOptions fully disables notification sound for Android instead of just disabling it in the foreground.

Not setting "sound" in presentationOptions fully disables notification sound for Android instead of just disabling it in the foreground. #10526

Workflow file for this run

name: Bot
on:
issues:
types: [opened, edited, labeled]
pull_request:
types: [opened]
issue_comment:
types: [created]
jobs:
bot:
name: ${{ github.event_name }}/${{ github.event.action }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ionic-team/bot@main
with:
repo-token: ${{ secrets.BOT_TOKEN }}
env:
GIT_AUTHOR_NAME: Ionitron
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: Ionitron
GIT_COMMITTER_EMAIL: [email protected]