fix missing controls
This commit is contained in:
parent
1756d2329c
commit
060f8ea0c0
4 changed files with 8 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"artifactType": {
|
|
||||||
"type": "APK",
|
|
||||||
"kind": "Directory"
|
|
||||||
},
|
|
||||||
"applicationId": "asgardius.page.s3manager",
|
|
||||||
"variantName": "release",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"type": "SINGLE",
|
|
||||||
"filters": [],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 28,
|
|
||||||
"versionName": "0.1.26",
|
|
||||||
"outputFile": "s3-manager-0.1.26-release.apk"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"elementType": "File"
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
|
@ -229,6 +229,14 @@ public class VideoPlayer extends AppCompatActivity {
|
||||||
super.onStop();
|
super.onStop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void onResume(){
|
||||||
|
super.onResume();
|
||||||
|
// put your code here...
|
||||||
|
if (!playerView.getUseController()) {
|
||||||
|
playerView.setUseController(true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void onUserLeaveHint() {
|
public void onUserLeaveHint() {
|
||||||
super.onUserLeaveHint();
|
super.onUserLeaveHint();
|
||||||
enterPIPMode();
|
enterPIPMode();
|
||||||
|
|
Loading…
Reference in a new issue