Skip to content

Commit

Permalink
[TF][FEATURE] QR login always on
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Jul 19, 2022
1 parent 034a093 commit 1660cfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ private void updateRows() {
ttlRow = -1;
ttlDivideRow = -1;

if (currentType == 0 && getMessagesController().qrLoginCamera) {
if (currentType == 0) {// && getMessagesController().qrLoginCamera) {
qrCodeRow = rowCount++;
qrCodeDividerRow = rowCount++;
}
Expand Down

0 comments on commit 1660cfb

Please sign in to comment.