From 46efc758bbb36fe3853dcdc29466a5e302e3d80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:43:11 +0000 Subject: [PATCH 1/2] Bump androidx.navigation.safeargs.kotlin from 2.8.9 to 2.9.3 Bumps androidx.navigation.safeargs.kotlin from 2.8.9 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.navigation.safeargs.kotlin dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4d1db70a8..27ee92bc8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("com.android.application") version "8.9.2" apply false id("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("androidx.navigation.safeargs.kotlin") version "2.8.9" apply false + id("androidx.navigation.safeargs.kotlin") version "2.9.3" apply false id("com.starter.easylauncher") version "6.4.0" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.21" apply false id("com.google.devtools.ksp") version "2.1.21-2.0.2" apply false From 08bf388ff054278b82442bd82bc121ccee5a5d76 Mon Sep 17 00:00:00 2001 From: denbond7 Date: Thu, 14 Aug 2025 11:40:42 +0300 Subject: [PATCH 2/2] wip --- .../activity/fragment/UserRecoverableAuthExceptionFragment.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/UserRecoverableAuthExceptionFragment.kt b/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/UserRecoverableAuthExceptionFragment.kt index 12b7ecbd6..dd3695505 100644 --- a/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/UserRecoverableAuthExceptionFragment.kt +++ b/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/UserRecoverableAuthExceptionFragment.kt @@ -1,12 +1,13 @@ /* * © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com - * Contributors: DenBond7 + * Contributors: denbond7 */ package com.flowcrypt.email.ui.activity.fragment import android.accounts.Account import android.accounts.AccountManager +import android.annotation.SuppressLint import android.app.Activity import android.os.Bundle import android.view.LayoutInflater @@ -142,6 +143,7 @@ class UserRecoverableAuthExceptionFragment : GeneralUtil.openCustomTab(requireContext(), Constants.FLOWCRYPT_TERMS_URL) } binding?.buttonSecurity?.setOnClickListener { + @SuppressLint("CheckResult") NavGraphDirections.actionGlobalHtmlViewFromAssetsRawFragment( title = getString(R.string.security), resourceIdAsString = "html/security.htm"