Merge pull request #2635 from basecamp/mobile/remote-config

Update the android remote path config with the properties
This commit is contained in:
Jay Ohms
2026-02-27 16:44:39 -05:00
committed by GitHub
@@ -30,6 +30,16 @@
"pull_to_refresh_enabled": false
}
},
{
"patterns": [
"/devices$"
],
"properties": {
"context": "modal",
"pull_to_refresh_enabled": false,
"allow_untenanted_navigation": true
}
},
{
"patterns": [
"/native/login/blank"
@@ -87,4 +97,4 @@
}
}
]
}
}