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

[TIMOB-19580] Customize Activity Transitions #7371

Merged
merged 3 commits into from Oct 30, 2015
Merged

Conversation

sriks
Copy link
Contributor

@sriks sriks commented Oct 29, 2015

@ashcoding
Copy link
Contributor

Just glancing through the code. There seems to be some slight formatting issues. Will comment on those parts of the code.

@@ -91,6 +93,19 @@
public static final int SOFT_KEYBOARD_DEFAULT_ON_FOCUS = 0;
public static final int SOFT_KEYBOARD_HIDE_ON_FOCUS = 1;
public static final int SOFT_KEYBOARD_SHOW_ON_FOCUS = 2;

public static final int TRANSITION_NONE = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

The variables are not formatted with the variables above.

@sriks
Copy link
Contributor Author

sriks commented Oct 30, 2015

Please review the updated commit.
Though not seeing formatting difference in eclipse, explicitly applied indentation. Looks like git diff is sensitive to tabs!

@ashcoding
Copy link
Contributor

Code reviewed. Functionally tested. Accepted

ashcoding added a commit that referenced this pull request Oct 30, 2015
[TIMOB-19580] Customize Activity Transitions
@ashcoding ashcoding merged commit a67afc8 into tidev:master Oct 30, 2015
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.

None yet

2 participants