mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-27 06:32:59 +00:00
Fix initial app list loading after pairing
This commit is contained in:
parent
b8a4093c75
commit
4439c7cce6
@ -14,6 +14,12 @@
|
|||||||
|
|
||||||
@implementation TemporaryHost
|
@implementation TemporaryHost
|
||||||
|
|
||||||
|
- (id) init {
|
||||||
|
self.appList = [[NSMutableSet alloc] init];
|
||||||
|
|
||||||
|
return self;
|
||||||
|
}
|
||||||
|
|
||||||
- (id) initFromHost:(Host*)host {
|
- (id) initFromHost:(Host*)host {
|
||||||
self = [self init];
|
self = [self init];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user