-
Notifications
You must be signed in to change notification settings - Fork 233
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
Ask for Location Perms enabled #271
base: master
Are you sure you want to change the base?
Conversation
@jaydeetay Please review. Thanks! |
setUpAnalytics(versionName); | ||
|
||
performFeatureCheck(); | ||
private static final String TAG = MiscUtil.getTag(StardroidApplication.class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry - looks like you've done a big reformatting here. Please don't do that - it makes the change history harder to understand and can make merges more difficult. Doing a one off refactor to reformat is sometimes OK if a file is badly formatted, but it's best not to mix it up with functionality changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaydeetay i have only reformatted the code using ctrl+alt+L. Nothing much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaydeetay I understood what you were talking about. Changes made 👍
@jaydeetay Now this can be merged, |
Fixes #269
Run the unit tests with
gradlew app:connectedGmsDebugAndroidTest
to make sure you didn't break anything (with an emulator running or phone connected)If you have multiple commits please combine them into one commit by squashing them.