Skip to content

Commit

Permalink
support DC_QR_BACKUP2 in chatlist-qr-code scanner
Browse files Browse the repository at this point in the history
this was forgotten by the move to BACKUP2 in #3173
  • Loading branch information
r10s committed Oct 20, 2024
1 parent 849c679 commit 85844af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void handleQrData(String rawString) {
break;

case DcContext.DC_QR_BACKUP:
case DcContext.DC_QR_BACKUP2:
builder.setTitle(R.string.multidevice_receiver_title);
builder.setMessage(activity.getString(R.string.multidevice_receiver_scanning_ask) + "\n\n" + activity.getString(R.string.multidevice_same_network_hint));
builder.setPositiveButton(R.string.perm_continue, (dialog, which) -> {
Expand Down

0 comments on commit 85844af

Please sign in to comment.