1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 11:26:47 +01:00

Adjust to API change

This commit is contained in:
cpfeiffer 2015-09-05 23:06:28 +02:00
parent a62647fa46
commit 78321e28bf

View File

@ -58,8 +58,8 @@ public class TestDeviceSupport extends AbstractDeviceSupport {
}
@Override
public void onGenericNotification(String title, String details) {
public void onGenericNotification(String title, String details, int handle) {
}
@Override