-
Notifications
You must be signed in to change notification settings - Fork 30
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
(#252) Captcha queueing #253
Conversation
Fix a bug when after sending a reply via send button and then solving a captcha via the new captcha button the amount of valid token would not be updated. Trim tokens in logs
Ready to be merged. |
Alright, will do today or tomorrow. |
What the hell. I only remember setting "tools:visibility="visible"" for every hidden view so it's more obvious what the layout looks like in the preview mode and adding my button. Looking at the layout now it's like completely different from what it was before. Maybe Ctrl+Alt+L somehow sorted the layout instead of just formatting it? In any case, this isn't intentional. Thanks for double-checking before merging. |
Huh, for some reason when I press Ctrl+Alt+L to reformat the xml it fucking changes it's ordering completely. I usually press Ctrl+Alt+L all the time unconsciously so I didn't even notice that it has reordered the xml. Gotta be careful with this shit from now on. |
Fix a little bug with notifiers not being notified sometimes.
Alright, the bug is fixed, layout reverted back so it can be merged. |
Weird that reformat code messes up your formatting that much. I've got Ctrl + S mapped to a macro that reformats the current file and saves all open files, and I've never had it do that to me. Maybe you have a different code style set up that formats differently than default. |
Well, I don't remember touching it at all. That's really strange. |
Android Studio doing whatever it wants. Eh, whatever. Minor issue. Thanks for the quick fix. |
Closes #252