mirror of
https://github.com/bitwarden/android.git
synced 2026-03-11 20:54:58 -05:00
[PM-21361] Delete unused ToastUtils (#5203)
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
package com.x8bit.bitwarden.ui.platform.base.util
|
||||
|
||||
import android.content.Context
|
||||
import android.widget.Toast
|
||||
import com.bitwarden.core.annotation.OmitFromCoverage
|
||||
|
||||
/**
|
||||
* Shows a [Toast] with a message indicating something is not yet implemented.
|
||||
*/
|
||||
@OmitFromCoverage
|
||||
fun showNotYetImplementedToast(context: Context) {
|
||||
Toast
|
||||
.makeText(
|
||||
context,
|
||||
"Not yet implemented",
|
||||
Toast.LENGTH_SHORT,
|
||||
)
|
||||
.show()
|
||||
}
|
||||
Reference in New Issue
Block a user