Updated on 2026-08-14
This commit is contained in:
parent
22930964c9
commit
aad9d9479b
6 changed files with 11 additions and 17 deletions
|
|
@ -4,6 +4,8 @@ import android.app.AlertDialog;
|
|||
import android.app.Dialog;
|
||||
import android.content.DialogInterface;
|
||||
import android.os.Bundle;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.fragment.app.DialogFragment;
|
||||
|
||||
import com.tangem.wallet.R;
|
||||
|
|
@ -29,9 +31,9 @@ public class PINSwapWarningDialog extends DialogFragment {
|
|||
message = getArguments().getString(EXTRA_MESSAGE);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public Dialog onCreateDialog(Bundle savedInstanceState) {
|
||||
|
||||
return new AlertDialog.Builder(getActivity())
|
||||
.setIcon(R.drawable.tangem_logo_small_new)
|
||||
.setTitle(R.string.your_money_is_at_risk)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue