Updated on 2026-08-14
This commit is contained in:
parent
e4fffef5f7
commit
b9e1691dd2
11 changed files with 113 additions and 134 deletions
|
|
@ -21,6 +21,8 @@ import androidx.fragment.app.DialogFragment;
|
|||
* Created by dvol on 06.03.2018.
|
||||
*/
|
||||
public class ShowQRCodeDialog extends DialogFragment {
|
||||
public static final String TAG = ShowQRCodeDialog.class.getSimpleName();
|
||||
|
||||
private ImageView ivQR;
|
||||
private TextView tvQRaddress;
|
||||
private Bitmap bmQR;
|
||||
|
|
@ -71,7 +73,7 @@ public class ShowQRCodeDialog extends DialogFragment {
|
|||
activity.runOnUiThread(() -> {
|
||||
ShowQRCodeDialog instance = new ShowQRCodeDialog();
|
||||
instance.setup(content);
|
||||
instance.show(activity.getSupportFragmentManager(), "ShowQRCodeDialog");
|
||||
instance.show(activity.getSupportFragmentManager(), TAG);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue