The isRequest codepath is never used. The requestAnswer path is not implemented and after D9558 not needed anymore.
Details
Details
- Reviewers
albertvaka - Group Reviewers
KDE Connect - Commits
- R224:d58f6cf2ae05: Remove unused code in NotificationDbusInterface
Sending notifications works like before
Diff Detail
Diff Detail
- Repository
- R224 KDE Connect
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
plugins/notifications/notificationsdbusinterface.cpp | ||
---|---|---|
67 | Isn't this a typo and it should be "request" instead? There is code on the Android side (ReceiveNotifications.java) that sends a "request" to receive all the current notifications. |
plugins/notifications/notificationsdbusinterface.cpp | ||
---|---|---|
67 | It seems so. But I don't see why the Receive notificationsplugin (the phone) would ask the notificationsplugin (desktop) for it's notifications (they origin from the phone anyway). If anyone the sendnotifications plugin (desktop) should answer that request |