-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Added views for button skipLogin in layout-land and layout-xLarge, bu… #1865
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
Added views for button skipLogin in layout-land and layout-xLarge, bu… #1865
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1865 +/- ##
======================================
Coverage 3.61% 3.61%
======================================
Files 188 188
Lines 9839 9839
Branches 873 873
======================================
Hits 356 356
Misses 9457 9457
Partials 26 26 Continue to review full report at Codecov.
|
I went through the travis logs, seems the issue is this |
There was an issue with a string nominated_see_more (still is there in master), some one had used CDATA tag for the same and missed to closed it properly [Note I had taken pull from master]. and that is why certain remaining strings were not reachable, including the one for which Codacy bot was giving me error. I have added a fix, but I am still wondering that how such a commit could surpass and go to master. Please correct me if I am mistaken somewhere. This issue might need to be merged immediately (so that other people do not face build errors). Someone please review it. |
…g fix issue#1864
LoginActivity used to crash when opened in landscape mode
Fixes #1864 and LoginActivity crashes when login screen is opened in landscape mode
Description (required)
LoginActivity used to crash when opened in landscape mode or devices supporting large density pixels
Fixes #1864 and LoginActivity crashes when login screen is opened in landscape mode
{Describe the changes made and why they were made.}
Added view btnSkipLogin (Button) in layout-land and layout-xLarge for activity_login (where there in activity login's default layout files but not in the mentioned files)
Tests performed (required)
Tested on {27 & name of pixel c tablet emulator}, with {build variant, ProdDebug}.
Screenshots showing what changed (optional)