|
@@ -457,8 +457,8 @@ public class PreviewMediaFragment extends FileFragment implements
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void onPause() {
|
|
public void onPause() {
|
|
- super.onPause();
|
|
|
|
Log_OC.e(TAG, "onPause");
|
|
Log_OC.e(TAG, "onPause");
|
|
|
|
+ super.onPause();
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
@@ -469,14 +469,13 @@ public class PreviewMediaFragment extends FileFragment implements
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void onDestroy() {
|
|
public void onDestroy() {
|
|
- super.onDestroy();
|
|
|
|
Log_OC.e(TAG, "onDestroy");
|
|
Log_OC.e(TAG, "onDestroy");
|
|
|
|
+ super.onDestroy();
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void onStop() {
|
|
public void onStop() {
|
|
Log_OC.e(TAG, "onStop");
|
|
Log_OC.e(TAG, "onStop");
|
|
- super.onStop();
|
|
|
|
|
|
|
|
mPrepared = false;
|
|
mPrepared = false;
|
|
if (mMediaServiceConnection != null) {
|
|
if (mMediaServiceConnection != null) {
|
|
@@ -488,6 +487,8 @@ public class PreviewMediaFragment extends FileFragment implements
|
|
mMediaServiceConnection = null;
|
|
mMediaServiceConnection = null;
|
|
mMediaServiceBinder = null;
|
|
mMediaServiceBinder = null;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ super.onStop();
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|