Merge user list to develop #24
@ -32,17 +32,15 @@ public class MapActivity extends BaseActivity {
|
|||||||
mapView.onCreate(savedInstanceState);
|
mapView.onCreate(savedInstanceState);
|
||||||
|
|
||||||
isTutor = PrefUtils.getIsTutor(getApplicationContext());
|
isTutor = PrefUtils.getIsTutor(getApplicationContext());
|
||||||
|
|
||||||
if (isTutor) {
|
if (isTutor) {
|
||||||
fn_permission();
|
fn_permission();
|
||||||
}
|
}
|
||||||
|
|
||||||
mapView.getMapAsync(new OnMapReadyCallback() {
|
mapView.getMapAsync(mapboxMap -> {
|
||||||
@Override
|
|
||||||
public void onMapReady(MapboxMap mapboxMap) {
|
|
||||||
|
|
||||||
// Customize map with markers, polylines, etc.
|
// Customize map with markers, polylines, etc.
|
||||||
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
// TODO remove logout button
|
// TODO remove logout button
|
||||||
configureLogoutButton();
|
configureLogoutButton();
|
||||||
|
Loading…
Reference in New Issue
Block a user