Adjust to API change

This commit is contained in:
cpfeiffer 2015-09-05 23:06:28 +02:00
parent a62647fa46
commit 78321e28bf
1 changed files with 2 additions and 2 deletions

View File

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