Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40c8a580 authored by Flole998's avatar Flole998 Committed by GitHub
Browse files

Update GetRemoteCapabilitiesOperation.java

parent 79ded753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ public class GetRemoteCapabilitiesOperation extends RemoteOperation {
                        if (respCapabilities.has(NODE_THEMING)) {
                            JSONObject respTheming = respCapabilities.getJSONObject(NODE_THEMING);
                            // Add theming
                            capability.setServerName(respTheming.getJSONObject(PROPERTY_SERVERNAME));
                            capability.setServerName(respTheming.getString(PROPERTY_SERVERNAME));
                            Log_OC.d(TAG, "*** Added " + NODE_THEMING);
                        }