You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
traceWrite(`safeAreaLayoutGuide during layout of ${owner}. Creating fallback constraints, but layout might be wrong.`,traceCategories.Layout,traceMessageType.error);
87
+
write(`safeAreaLayoutGuide during layout of ${owner}. Creating fallback constraints, but layout might be wrong.`,categories.Layout,messageType.error);
89
88
90
89
layoutGuide=initLayoutGuide(controller);
91
90
}
@@ -340,18 +339,18 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
traceWrite(`Could not find parent with viewController for ${parent} while showing bottom sheet view.`,traceCategories.ViewHierarchy,traceMessageType.error);
342
+
write(`Could not find parent with viewController for ${parent} while showing bottom sheet view.`,categories.ViewHierarchy,messageType.error);
traceWrite('Parent is already presenting view controller. Close the current bottom sheet page before showing another one!',traceCategories.ViewHierarchy,traceMessageType.error);
348
+
write('Parent is already presenting view controller. Close the current bottom sheet page before showing another one!',categories.ViewHierarchy,messageType.error);
0 commit comments