|
@@ -180,9 +180,6 @@ implements OnRemoteOperationListener, ComponentsGetter {
|
|
|
if (mAccountWasSet) {
|
|
|
onAccountSet(mAccountWasRestored);
|
|
|
}
|
|
|
- if (mOperationsServiceBinder != null) {
|
|
|
- mOperationsServiceBinder.addOperationListener(FileActivity.this, mHandler);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -204,16 +201,6 @@ implements OnRemoteOperationListener, ComponentsGetter {
|
|
|
super.onPause();
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- protected void onStop() {
|
|
|
-
|
|
|
- if (mOperationsServiceBinder != null) {
|
|
|
- mOperationsServiceBinder.removeOperationListener(this);
|
|
|
- }
|
|
|
-
|
|
|
- super.onStop();
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
@Override
|
|
|
protected void onDestroy() {
|