Skip to content

Commit

Permalink
fix(android): fix not init ble func
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Nov 12, 2018
1 parent dec1d12 commit 162257d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/react-native/gomobile/core/core.go
Expand Up @@ -70,6 +70,8 @@ func Initialize(loggerNative Logger) error {
return err
}

initBleFunc()

return nil
}

Expand Down
File renamed without changes.

0 comments on commit 162257d

Please sign in to comment.