Skip to content

Commit

Permalink
fix for new sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal Dhir committed Sep 4, 2020
1 parent 7243fc2 commit 8cedb89
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ public class SplashActivity extends AppCompatActivity {
@Override
public void onResume() {

if (!Machaao.isIntialized()) {
if (!Machaao.isInitialized()) {
LogUtils.d(TAG, "waiting for initialization of SDK...");
LocalBroadcastManager.getInstance(this).registerReceiver(mInitialized,
new IntentFilter("machaao.sdk.initialized"));
Expand Down

0 comments on commit 8cedb89

Please sign in to comment.