喵
喵
内存泄漏
+(instancetype)reachabilityWithHostname:(NSString*)hostname { SCNetworkReachabilityRef ref = SCNetworkReachabilityCreateWithName(NULL, [hostname UTF8String]); if (ref) { id reachability = [[self alloc] initWithReachabilityRef:ref]; ``` return reachability; } return nil; ``` } Reachability/Reachability.m:98:36: Call to function 'SCNetworkReachabilityCreateWithName'...
in - (id)initWithTitle:(NSString *)title subtitle:(NSString *)subtitle image:(UIImage *)image type:(TSMessageNotificationType)aNotificationType duration:(CGFloat)duration inViewController:(UIViewController *)viewController callback:(void (^)())callback buttonTitle:(NSString *)buttonTitle buttonCallback:(void (^)())buttonCallback atPosition:(TSMessageNotificationPosition)position canBeDismissedByUser:(BOOL)dismissingEnabled method,you should add the method of ``` if (position ==...
optimize:Joining a meeting for the first time will result in a white screen for about 5 seconds(may be react native white screen,if you can optimize it?) bug:Join a meeting, immediately...
1、Joining a meeting for the first time will result in a white screen for about 5 seconds(may be react native white screen) 2、Join a meeting, immediately rejoin a meeting after...
- Cache switch. Allows you to control when the caching feature is enabled. - Cache video list. Can control the cleaning of specific videos. By doing this perhaps a better...
com.intellij.diagnostic.PluginException: Intention Description Dir URL is null: Wrap with Observer; WrapWithObserverAction; while looking for description.html [Plugin: com.tao.getx] at com.intellij.codeInsight.intention.impl.config.IntentionActionMetaData.getResourceLocation(IntentionActionMetaData.java:62) at com.intellij.codeInsight.intention.impl.config.BeforeAfterActionMetaData.getDescription(BeforeAfterActionMetaData.java:132) at com.intellij.codeInsight.intention.impl.preview.IntentionPreviewComputable.tryCreateFallbackDescriptionContent(IntentionPreviewComputable.kt:57) at com.intellij.codeInsight.intention.impl.preview.IntentionPreviewComputable.call(IntentionPreviewComputable.kt:48) at com.intellij.codeInsight.intention.impl.IntentionHintComponent$IntentionPopup.lambda$getPreviewHandler$3(IntentionHintComponent.java:780) at com.intellij.codeInsight.intention.impl.preview.PreviewHandler.lambda$new$0(PreviewHandler.java:53) at...