1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
syncthing-android/app
The Eclectic Dyslexic a22c1b99a6
Fix incorrect initialization of Info notification channel (#2040)
I was using syncthing as a reference for handling notifications in my
app, when I noticed that the "Info" channel appears to be incorrectly
initialized.

It looks like it was intended for the Info channel not to vibrate, not
to make sound, but only to show a badge. This might be redundant as it's
possible every notification pushed to this channel already follows those
standards, I am unsure. However, the code used to initialize the Info
channel was actually modifying the already created Persistent channel,
and thus did nothing.

This pull request fixes, what I think are typos which originated from a
copy and paste of the code used to create the Persistent channel.

I think these lines should either be changed as per this pull request,
or removed entirely.
2024-01-27 07:22:27 +01:00
..
src/main Fix incorrect initialization of Info notification channel (#2040) 2024-01-27 07:22:27 +01:00
.gitignore Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
build.gradle.kts Bumped version to 1.27.3-rc.1 2024-01-10 21:40:26 +01:00
lint.xml Adjust README and other documentation for Weblate. 2023-11-08 18:54:44 +01:00