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

Commit fe5ebfec authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Remove erronous failure log" into main

parents 1a1e4f5c 949898a5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -299,8 +299,7 @@ open class ClockRegistry(
                            Settings.Secure.LOCK_SCREEN_CUSTOM_CLOCK_FACE,
                        )
                    }

                ClockSettings.fromJson(JSONObject(json))
                json?.let { ClockSettings.fromJson(JSONObject(it)) }
            } catch (ex: Exception) {
                logger.e("Failed to parse clock settings", ex)
                null