Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed log redundancy in QRCode activity #317

Merged
merged 7 commits into from
Mar 31, 2019
Merged

Removed log redundancy in QRCode activity #317

merged 7 commits into from
Mar 31, 2019

Conversation

Scar26
Copy link
Contributor

@Scar26 Scar26 commented Mar 28, 2019

prevented the same word from being logged multiple times as mentioned in #314

Copy link
Owner

@llaske llaske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CODE_OF_CONDUCT.md has nothing to do with this PR.

@Scar26
Copy link
Contributor Author

Scar26 commented Mar 28, 2019

Done @llaske

Copy link
Owner

@llaske llaske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to fix indentation.

history.push(text);
updateHistory();
}
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you realign code to respect indentation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done @llaske

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No you don't. Of course, line 213 and 214 must be aligned with block.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it fine now? @llaske

@llaske llaske merged commit 5ea5e72 into llaske:dev Mar 31, 2019
@llaske
Copy link
Owner

llaske commented Mar 31, 2019

Ok thanks. It fix the issue.

BTW the history content is case insensitive but QR code are case sensitive.
So it's a bug to consider history as case sensitive. It should be nice to fill a bug on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants