mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-18 22:57:48 +01:00
Fix misspelling in exception notification.
This commit is contained in:
parent
cc64bcf03c
commit
60c7e9f6f6
@ -62,7 +62,7 @@ public class K9Receiver extends BroadcastReceiver {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
notificationSpec.sender = "Gadgetbridge";
|
notificationSpec.sender = "Gadgetbridge";
|
||||||
notificationSpec.subject = "Permission Error?";
|
notificationSpec.subject = "Permission Error?";
|
||||||
notificationSpec.body = "Please reinstall Gadgerbridge to enable K-9 Mail notifications";
|
notificationSpec.body = "Please reinstall Gadgetbridge to enable K-9 Mail notifications";
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user