Fix sample
This commit is contained in:
parent
90d8518bd3
commit
bac077fa01
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ public class MainActivity extends AppCompatActivity {
|
|||
}
|
||||
});
|
||||
noMapsFound = maps == null || maps.length == 0;
|
||||
} else {
|
||||
noMapsFound = true;
|
||||
}
|
||||
|
||||
if (noMapsFound) {
|
||||
|
|
Loading…
Reference in a new issue