fix picture in picture
This commit is contained in:
parent
48b12e76d0
commit
5caa4ac590
2 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "asgardius.page.s3manager"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 32
|
||||
versionName "0.1.29"
|
||||
versionCode 33
|
||||
versionName "0.1.30"
|
||||
setProperty("archivesBaseName", "s3-manager-$versionName")
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
@ -267,7 +267,7 @@ public class VideoPlayer extends AppCompatActivity {
|
|||
super.onDestroy();
|
||||
}
|
||||
|
||||
/*public void onStop() {
|
||||
public void onStop() {
|
||||
try {
|
||||
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N
|
||||
&& this.getPackageManager()
|
||||
|
@ -288,7 +288,7 @@ public class VideoPlayer extends AppCompatActivity {
|
|||
e.printStackTrace();
|
||||
}
|
||||
super.onStop();
|
||||
}*/
|
||||
}
|
||||
|
||||
public void onResume(){
|
||||
super.onResume();
|
||||
|
|
Loading…
Reference in a new issue