Fix executing timer
This commit is contained in:
parent
2568b03197
commit
95978dad72
@ -32,17 +32,15 @@ public class MapActivity extends BaseActivity {
|
||||
mapView.onCreate(savedInstanceState);
|
||||
|
||||
isTutor = PrefUtils.getIsTutor(getApplicationContext());
|
||||
|
||||
if (isTutor) {
|
||||
fn_permission();
|
||||
}
|
||||
|
||||
mapView.getMapAsync(new OnMapReadyCallback() {
|
||||
@Override
|
||||
public void onMapReady(MapboxMap mapboxMap) {
|
||||
mapView.getMapAsync(mapboxMap -> {
|
||||
|
||||
// Customize map with markers, polylines, etc.
|
||||
// Customize map with markers, polylines, etc.
|
||||
|
||||
}
|
||||
});
|
||||
// TODO remove logout button
|
||||
configureLogoutButton();
|
||||
|
Loading…
Reference in New Issue
Block a user