Skip to content

Commit

Permalink
provide public webmap which has forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Soren Roth committed Mar 19, 2024
1 parent 1dd1d78 commit 10504ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class MainActivity : ComponentActivity() {
}

private suspend fun loadCredentials(portalSettings: PortalSettings) =
withContext(Dispatchers.IO) {
withContext(Dispatchers.Default) {
// create and set a ArcGISCredentialStore that persists
val arcGISCredentialStore = ArcGISCredentialStore.createWithPersistence().getOrThrow()
ArcGISEnvironment.authenticationManager.arcGISCredentialStore = arcGISCredentialStore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ class PortalItemRepository(
*/
fun getListOfMaps(): List<String> =
listOf(
"https://www.arcgis.com/home/item.html?id=a95963333bf84055b7115dc60d10443e"
"https://www.arcgis.com/home/item.html?id=fe8b712a5bf7480e9781a4ad3dd5e0ff"
)

0 comments on commit 10504ef

Please sign in to comment.