PM-25238: Remove debug toast (#5792)

This commit is contained in:
David Perez 2025-08-27 11:43:03 -05:00 committed by GitHub
parent b9a496aa57
commit 4a79d7e6c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 13 deletions

View File

@ -1,11 +1,8 @@
package com.x8bit.bitwarden.ui.platform.manager.review
import android.app.Activity
import android.widget.Toast
import com.bitwarden.annotation.OmitFromCoverage
import com.bitwarden.ui.platform.resource.BitwardenString
import com.google.android.play.core.review.ReviewManagerFactory
import com.x8bit.bitwarden.BuildConfig
import timber.log.Timber
/**
@ -26,14 +23,5 @@ class AppReviewManagerImpl(
Timber.e(task.exception, "Failed to launch review flow.")
}
}
if (BuildConfig.DEBUG) {
Toast
.makeText(
activity,
activity.getString(BitwardenString.review_flow_launched),
Toast.LENGTH_SHORT,
)
.show()
}
}
}

View File

@ -850,7 +850,6 @@ Do you want to switch to this account?</string>
<string name="need_some_inspiration">"Need some inspiration?"</string>
<string name="check_out_the_passphrase_generator">"Check out the passphrase generator"</string>
<string name="we_couldnt_verify_the_servers_certificate">We couldnt verify the servers certificate. The certificate chain or proxy settings on your device or your Bitwarden server may not be set up correctly.</string>
<string name="review_flow_launched">Review flow launched!</string>
<string name="copy_private_key">Copy private key</string>
<string name="login_credentials">Login Credentials</string>
<string name="autofill_options">Autofill Options</string>