fix: fetch manifest from <server>/manifest.json
This commit is contained in:
@@ -131,7 +131,7 @@ class MainActivity : Activity() {
|
||||
|
||||
override fun setServerUrl(url: String) {
|
||||
prefs.edit().putString("server_url", url).apply()
|
||||
if (::webAppRepository.isInitialized) webAppRepository.setManifestUrl(url)
|
||||
if (::webAppRepository.isInitialized) webAppRepository.setServerUrl(url)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user