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

Unverified Commit 021144b1 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Fix NPE in SafetyNet Test UI

parent f84d7695
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ class SafetyNetPreferencesFragment : PreferenceFragmentCompat() {
                }
                formatSummaryForSafetyNetResult(
                    context,
                    Base64.decode(payload, Base64.URL_SAFE).decodeToString(),
                    payload?.let { Base64.decode(it, Base64.URL_SAFE).decodeToString() },
                    response.result.status,
                    ATTESTATION
                )