MWM-for-Android icon indicating copy to clipboard operation
MWM-for-Android copied to clipboard

When my cell loses and regains cell service I get a voicemail notification on my watch

Open james-shoemaker opened this issue 12 years ago • 5 comments

Samsung Epic 4G Sprint service if it matters.

james-shoemaker avatar Oct 01 '12 19:10 james-shoemaker

Out of interest, does it go away if you get someone to leave you an actual voicemail, then delete it?

benjymous avatar Oct 01 '12 21:10 benjymous

I don't mean the widget one, the one where the watch vibrates and the screen says "new voicemail" oddly enough it even happened when I set it to disable notifications on voicemail.

james-shoemaker avatar Oct 01 '12 21:10 james-shoemaker

Looking at the code, I just realised it ignores the notification setting in preferences, and will always display the notification - that's an easy fix.

The reason I ask about creating and deleting a real voicemail, is that the code is just being given a "you have new voicemail" message from Android, so there's not much going on inside the app itself that could be going wrong (other than ignoring that setting, that is) - If your phone or voicemail account has got into an odd state, then having an actual voicemail might reset it and get it back in sync with reality!

benjymous avatar Oct 01 '12 21:10 benjymous

as long as I can turn off the notifications I won't worry about it.

james-shoemaker avatar Oct 01 '12 21:10 james-shoemaker

Commit de712f65070c2311f106d787e079e2be2358a731 fixes the setting (i.e. makes it actually pay attention to it!)

benjymous avatar Oct 03 '12 21:10 benjymous