We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420e907 commit bdb7af4Copy full SHA for bdb7af4
src/android/plugin/google/maps/PluginMap.java
@@ -497,11 +497,6 @@ public void onCameraIdle() {
497
});
498
}
499
500
- /*
501
- //***************************************************************************
502
- // Google Maps SDK for Android v3 beta causes crash for these processes.
503
- // Tmporally commented out
504
505
@Override
506
public void onStart() {
507
super.onStart();
@@ -536,7 +531,6 @@ public void onResume(boolean multitasking) {
536
531
537
532
//mapCtrl.mPluginLayout.addPluginOverlay(PluginMap.this);
538
533
539
- */
540
534
541
535
private class AdjustInitCamera implements Runnable {
542
private JSONObject mParams;
0 commit comments