-
Notifications
You must be signed in to change notification settings - Fork 6.2k
fix info and setting fragment profile menu item click #359
base: iosched_2020
Are you sure you want to change the base?
fix info and setting fragment profile menu item click #359
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
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.
Thanks! Just a few nits: there are some lines with whitespace changes and one with a new line-break. These aren't necessary and don't follow the existing style in the affected files.
We have a code style in tools/iosched-codestyle.xml
, you can import this in Android studio and use it for this project and that should take care of the formatting.
@jdkoren |
@jdkoren can you review the code? |
tools/iosched-codestyle.xml
Outdated
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<code_scheme name="iosched" |
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.
This file is not source code and should not be formatted as such (it is never edited directly). Please revert.
@@ -39,3 +39,4 @@ _sandbox | |||
|
|||
# Android Studio captures folder | |||
captures/ | |||
tools/iosched-codestyle.xml |
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.
This file is not supposed to be ignored. We check it in so that others (like yourself) can use the same code style when contributing to the project. Please revert this change and revert the changes to that file.
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.
This line still needs to be removed.
inflater: LayoutInflater, | ||
container: ViewGroup?, | ||
savedInstanceState: Bundle? | ||
inflater: LayoutInflater, |
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.
Please undo these whitespace changes
R.string.event_title, | ||
R.string.travel_title, | ||
R.string.faq_title | ||
R.string.event_title, |
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.
Please undo these whitespace changes
inflater: LayoutInflater, | ||
container: ViewGroup?, | ||
savedInstanceState: Bundle? | ||
inflater: LayoutInflater, |
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.
Please undo these whitespace changes
.setView(webView) | ||
.create() | ||
.show() | ||
.setTitle(dialogTitle) |
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.
Please undo these whitespace changes
@@ -39,3 +39,4 @@ _sandbox | |||
|
|||
# Android Studio captures folder | |||
captures/ | |||
tools/iosched-codestyle.xml |
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.
This line still needs to be removed.
I fixed the bug in Profile Menu Item Click in
Info
andSetting
Fragments