Telegram
Telegram copied to clipboard
Reducing the function calls by simply creating a variable
Here in the ActionBarMenu.java the function getChildCount() is being called in the for loop in all iterations. Instead creating a variable can make this simple I guess.
@aravindkanna good job! But you don't forget one of base rule: "One branch -> one feature". Therefore, you don't need to change gradle dependencies at this commit, i think.
@abcdeiko , Thank you. so what should I do now? Create a new branch or change the current branch? Actually that was happened when I tried to merge. The fault was to commit before pulling the current remote.
@aravindkanna you don't need any action now, because DrKLO already merged your commit. To prevent merge conflicts you can fetch last changes from master branch and rebase it on your working branch before create a new pull request.
Thank you.