mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
PM-25238: Remove debug toast (#5792)
This commit is contained in:
parent
b9a496aa57
commit
4a79d7e6c8
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 couldn’t verify the server’s 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user