From 33e98b57625f5da439c897f47619a91a792e1e5b Mon Sep 17 00:00:00 2001 From: Amanpal Singh <87360222+aman-alfresco@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:51:39 +0530 Subject: [PATCH] build fail issue --- .../com/alfresco/content/actions/ContextualActionsSheet.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/src/main/kotlin/com/alfresco/content/actions/ContextualActionsSheet.kt b/actions/src/main/kotlin/com/alfresco/content/actions/ContextualActionsSheet.kt index de5cd886..93c1584f 100644 --- a/actions/src/main/kotlin/com/alfresco/content/actions/ContextualActionsSheet.kt +++ b/actions/src/main/kotlin/com/alfresco/content/actions/ContextualActionsSheet.kt @@ -33,6 +33,7 @@ class ContextualActionsSheet : BottomSheetDialogFragment(), MavericksView { return binding.root } + @Deprecated("Deprecated in Java") override fun onActivityCreated(savedInstanceState: Bundle?) { super.onActivityCreated(savedInstanceState) dialog?.window?.decorView?.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO