Fix copy&paste error in K9Receiver.java, update CHANGELOG.md

master
Andreas Shimokawa 2015-11-27 23:45:27 +01:00
parent c768107db8
commit 17ba49374c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 0.6.7 (next)
* Fix Crash when not having K9 Mail permissions (happens when installing K9 after Gadgetbridge) (#175)
####Version 0.6.6
* Mi Band: Huge performance improvement fetching activity data
* Mi Band: attempt at fixing connection problems (#156)

View File

@ -60,8 +60,8 @@ public class K9Receiver extends BroadcastReceiver {
c = context.getContentResolver().query(k9Uri, messagesProjection, null, null, null);
} catch (Exception e) {
e.printStackTrace();
notificationSpec.sender = "Permission Error?";
notificationSpec.sender = "Gadgetbridge";
notificationSpec.subject = "Permission Error?";
notificationSpec.body = "Please reinstall Gadgerbridge to enable K-9 Mail notifications";
}