Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Transition to new channel with soundname included #6

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

buoyad
Copy link

@buoyad buoyad commented Jul 9, 2018

Tested on upgrading & fresh installs. On upgrade users see a little (i) category deleted thing under the newly created category in settings. Our sound does not get added to the list of available sounds, it shows as App provided sound but doesn't show up in the list. So when the user switches the sound away there won't be a way to switch back. I also tested API < 26 and our defaultsoundmobile setting works as expected. r? @keybase/react-hackers

NotificationManager manager =
(NotificationManager) reactContext.getSystemService(reactContext.NOTIFICATION_SERVICE);
// Delete old notification channel
manager.deleteNotificationChannel(OLD_CHANNEL_ID);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so you tested that this is fine if this doens't exist right

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, it worked on a fresh install

@buoyad buoyad merged commit add2393 into keybase-fixes-off-302 Jul 9, 2018
@buoyad buoyad deleted the danny/DESKTOP-7218-android-O-notifs branch July 9, 2018 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants