mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-11 11:55:48 +01:00
parent
0e766d4572
commit
fb3623cf35
@ -545,10 +545,12 @@ public class GoogleMapImpl extends IGoogleMapDelegate.Stub
|
||||
@Override
|
||||
public void run() {
|
||||
Log.d(TAG, "Announce map loaded");
|
||||
try {
|
||||
callback.onMapLoaded();
|
||||
} catch (RemoteException e) {
|
||||
Log.w(TAG, e);
|
||||
if (callback != null) {
|
||||
try {
|
||||
callback.onMapLoaded();
|
||||
} catch (RemoteException e) {
|
||||
Log.w(TAG, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}, 5000);
|
||||
|
Loading…
Reference in New Issue
Block a user