arcgis-maps-sdk-kotlin-samples icon indicating copy to clipboard operation
arcgis-maps-sdk-kotlin-samples copied to clipboard

Fixed issue through adding onLayerViewStatechanged on MapView

Open NourdotSiwar opened this issue 1 year ago • 0 comments

Description

PR to fix a Kotlin sample "GENERATE_OFFLINE_MAP" in EDIT_AND_MANAGE_DATA category.

Links and Data

Sample Epic: runtime/kotlin/issues/ISSUE_NUMBER

  • a vTest Job for this PR has been run
    • [x] link: https://runtime-kotlin.esri.com/view/all/job/vtest/job/sampleviewer/

What To Review

  • Review the changed/added code to make sure the changes wouldn't impact anything else and to see if sample code is easy to read.
  • MainScreen.kt and MapViewModel.kt files

How to Test

Run the sample on the sample viewer or the repo.

  1. When running it, the red border should always show on launch
  2. After generating the offline map, and resettiing the map, the red border should show and stay the same size.

NourdotSiwar avatar Aug 09 '24 18:08 NourdotSiwar