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

Commit becbe41c authored by Mario Danic's avatar Mario Danic
Browse files

fix



Signed-off-by: default avatarMario Danic <mario@lovelyhq.com>
parent 06e6a1b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -283,7 +283,10 @@ public class GetRemoteCapabilitiesOperation extends RemoteOperation {
                                    respTheming.getString(PROPERTY_SERVERLOGO) != null) {
                                capability.setServerLogo(respTheming.getString(PROPERTY_SERVERLOGO));
                            }
                            if (respTheming.has(PROPERTY_SERVERBACKGROUND) &&
                                    respTheming.getString(PROPERTY_SERVERBACKGROUND) != null) {
                                capability.setServerBackground(respTheming.getString(PROPERTY_SERVERBACKGROUND));
                            }
                            Log_OC.d(TAG, "*** Added " + NODE_THEMING);
                        }