This commit is contained in:
hensm
2020-08-09 17:05:48 +01:00
parent f002acad8c
commit 01e30bca58

View File

@@ -85,7 +85,9 @@ export default class NativeReceiverSelector extends ReceiverSelector {
this._isOpen = true;
}
public update (): void {}
public update (): void {
// TODO: Implement this
}
public close (): void {
if (this.bridgePort) {