TP-61032 | Alfred Screen Name Filter support (#10347)

This commit is contained in:
Kshitij Pramod Ghongadi
2024-04-07 20:25:37 +05:30
committed by GitHub
parent 45f81a3ee1
commit fc98c73316
3 changed files with 19 additions and 5 deletions

View File

@@ -37,4 +37,9 @@ class AlfredModuleConnector internal constructor(context: ReactApplicationContex
fun clearBottomSheet() {
AlfredManager.clearBottomSheetView()
}
@ReactMethod
fun setCurrentScreenName(screenName: String) {
AlfredManager.setCurrentScreenName(screenName)
}
}