1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-30 08:46:16 +02: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,7 +58,7 @@ public class TestDeviceSupport extends AbstractDeviceSupport {
} }
@Override @Override
public void onGenericNotification(String title, String details) { public void onGenericNotification(String title, String details, int handle) {
} }