Skip to content

Commit 10504ef

Browse files
author
Soren Roth
committed
provide public webmap which has forms
1 parent 1dd1d78 commit 10504ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microapps/FeatureFormsApp/app/src/main/java/com/arcgismaps/toolkit/featureformsapp/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class MainActivity : ComponentActivity() {
9292
}
9393

9494
private suspend fun loadCredentials(portalSettings: PortalSettings) =
95-
withContext(Dispatchers.IO) {
95+
withContext(Dispatchers.Default) {
9696
// create and set a ArcGISCredentialStore that persists
9797
val arcGISCredentialStore = ArcGISCredentialStore.createWithPersistence().getOrThrow()
9898
ArcGISEnvironment.authenticationManager.arcGISCredentialStore = arcGISCredentialStore

microapps/FeatureFormsApp/app/src/main/java/com/arcgismaps/toolkit/featureformsapp/data/PortalItemRepository.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ class PortalItemRepository(
166166
*/
167167
fun getListOfMaps(): List<String> =
168168
listOf(
169-
"https://www.arcgis.com/home/item.html?id=a95963333bf84055b7115dc60d10443e"
169+
"https://www.arcgis.com/home/item.html?id=fe8b712a5bf7480e9781a4ad3dd5e0ff"
170170
)

0 commit comments

Comments
 (0)