Fix sample

This commit is contained in:
Alexey Kulish 2016-11-17 16:56:25 +03:00
parent 90d8518bd3
commit bac077fa01

View file

@ -253,6 +253,8 @@ public class MainActivity extends AppCompatActivity {
}
});
noMapsFound = maps == null || maps.length == 0;
} else {
noMapsFound = true;
}
if (noMapsFound) {