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
Fixed #640 - Screen timeout in case of popup mode. #1463
Conversation
I'll need some guidance as to why the checks are failing. Problem seems to be -
|
Yea its Travis, ... it can't get some mvn repos... we have the same issue over at ownCloud atm. Just need to restart the test. |
@@ -0,0 +1,8 @@ | |||
/*___Generated_by_IDEA___*/ |
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.
Remove this file
@@ -0,0 +1,7 @@ | |||
/*___Generated_by_IDEA___*/ |
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.
Remove this file
@@ -0,0 +1,7 @@ | |||
/*___Generated_by_IDEA___*/ |
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.
Remove this file
@@ -0,0 +1,8 @@ | |||
/*___Generated_by_IDEA___*/ |
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.
Remove this file
@@ -0,0 +1,7 @@ | |||
/*___Generated_by_IDEA___*/ |
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.
Remove this file
@@ -0,0 +1,7 @@ | |||
/*___Generated_by_IDEA___*/ |
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.
Remove this file
@theScrabi Made changes as requested. |
muchas gracias :) |
@theScrabi Since the branch has been merged, can we consider bug #640 resolved? |
done |
Thank you :) |
Currently, the screen times out and switches off when a video is playing in pop-up mode.
With this fix the screen will not time out in that mode. On pausing the video, the time out will work again.