fix build

This commit is contained in:
Alexey Kuznetsov 2022-04-28 22:34:57 +03:00
commit 9fc6abbc78

View file

@ -204,7 +204,7 @@ public class ControlsService extends PersistentService {
@Override
public void updateIcon() {
super.updateIcon();
controls.updateIcon(null);
controls.updateIcon((Intent) null);
}
@Override