Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fixed source and layer name for ImageSourceActivity (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored May 19, 2020
1 parent 6b7104f commit 753bf74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
public class ImageSourceActivity extends AppCompatActivity implements OnMapReadyCallback {

private MapView mapView;
private static final String ID_IMAGE_SOURCE = "animated_image_source";
private static final String ID_IMAGE_LAYER = "animated_image_layer";
private static final String ID_IMAGE_SOURCE = "image_source-id";
private static final String ID_IMAGE_LAYER = "image_layer-id";

@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down

0 comments on commit 753bf74

Please sign in to comment.