QR scanner enabled by default

This commit is contained in:
Ivan K
2022-03-15 17:44:55 +03:00
parent e47bbfb839
commit 59bc519b13

View File

@@ -641,7 +641,7 @@ public class SessionsActivity extends BaseFragment implements NotificationCenter
ttlRow = -1;
ttlDivideRow = -1;
boolean hasQr = currentType == 0 && getMessagesController().qrLoginCamera;
boolean hasQr = currentType == 0 && true;
if (hasQr) {
qrCodeRow = rowCount++;
qrCodeDividerRow = rowCount++;