mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 06:01:13 +00:00
We can't hold onto managed objects in our temporary objects because they can disappear from under us, so do the lookup when we propagate values
This commit is contained in:
@@ -25,4 +25,7 @@
|
||||
- (void) updateUniqueId:(NSString*)uniqueId;
|
||||
- (NSString*) getUniqueId;
|
||||
|
||||
// Don't call this outside of database code
|
||||
- (App*) getAppForTemporaryApp:(TemporaryApp*)tempApp;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user