TP-61032 | Alfred Screen Name Filter support (#10347)
This commit is contained in:
committed by
GitHub
parent
45f81a3ee1
commit
fc98c73316
@@ -37,4 +37,9 @@ class AlfredModuleConnector internal constructor(context: ReactApplicationContex
|
||||
fun clearBottomSheet() {
|
||||
AlfredManager.clearBottomSheetView()
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
fun setCurrentScreenName(screenName: String) {
|
||||
AlfredManager.setCurrentScreenName(screenName)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user