diff --git a/webclient/android/app/src/main/java/com/gnexus/shserv/MainActivity.java b/webclient/android/app/src/main/java/com/gnexus/shserv/MainActivity.java index 04679fa..5a250b4 100644 --- a/webclient/android/app/src/main/java/com/gnexus/shserv/MainActivity.java +++ b/webclient/android/app/src/main/java/com/gnexus/shserv/MainActivity.java @@ -22,7 +22,7 @@ // from the remote server instead of the bundled assets. This allows // updating the UI without rebuilding the APK. SharedPreferences prefs = getSharedPreferences("CapacitorStorage", MODE_PRIVATE); - String serverUrl = prefs.getString("server_url", null); + String serverUrl = prefs.getString("shserv_server_url", null); if (serverUrl != null && !serverUrl.isEmpty()) { this.config = new CapConfig.Builder(this)