You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/apply-symbology-to-shapefile/src/main/java/com/esri/arcgismaps/sample/applysymbologytoshapefile/components/ApplySymbologyToShapefileViewModel.kt
Copy file name to clipboardExpand all lines: samples/display-alternate-symbols-at-different-scales/src/main/java/com/esri/arcgismaps/sample/displayalternatesymbolsatdifferentscales/screens/DisplayAlternateSymbolsAtDifferentScalesScreen.kt
Copy file name to clipboardExpand all lines: samples/generate-offline-map-using-android-jetpack-workmanager/src/main/java/com/esri/arcgismaps/sample/generateofflinemapusingandroidjetpackworkmanager/MainActivity.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ class MainActivity : EdgeToEdgeCompatActivity() {
273
273
274
274
// create a non-zero notification id for the OfflineJobWorker
275
275
// this id will be used to post or update any progress/status notifications
276
-
val notificationId =Random.Default.nextInt(1, 100)
276
+
val notificationId =Random.nextInt(1, 100)
277
277
278
278
// create a one-time work request with an instance of OfflineJobWorker
279
279
val workRequest =OneTimeWorkRequestBuilder<OfflineJobWorker>()
Copy file name to clipboardExpand all lines: samples/identify-graphics/src/main/java/com/esri/arcgismaps/sample/identifygraphics/components/IdentifyGraphicsViewModel.kt
Copy file name to clipboardExpand all lines: samples/set-atmosphere-effect-in-scene/src/main/java/com/esri/arcgismaps/sample/setatmosphereeffectinscene/screens/SetAtmosphereEffectInSceneScreen.kt
Copy file name to clipboardExpand all lines: samples/set-initial-viewpoint/src/main/java/com/esri/arcgismaps/sample/setinitialviewpoint/screens/SetInitialViewpointScreen.kt
Copy file name to clipboardExpand all lines: samples/style-point-with-scene-symbol/src/main/java/com/esri/arcgismaps/sample/stylepointwithscenesymbol/screens/StylePointWithSceneSymbolScreen.kt
0 commit comments