Skip to content
Open

FIX #31

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ReactNativePoolakeyModule(reactContext: ReactApplicationContext) : ReactCo
promise: Promise
) {

check(currentActivity != null) {
check(reactApplicationContext.currentActivity != null) {
"currentActivity is null"
}

Expand All @@ -120,7 +120,7 @@ class ReactNativePoolakeyModule(reactContext: ReactApplicationContext) : ReactCo
promise: Promise
) {

check(currentActivity != null) {
check(reactApplicationContext.currentActivity != null) {
"currentActivity is null"
}

Expand Down