예제 #1
0
 /** {@inheritDoc} */
 @CallSuper
 @Override
 protected void onDestroy() {
   views.onCompleted();
   subscriptions.unsubscribe();
   for (Map.Entry<Integer, Subscription> entry : restartableSubscriptions.entrySet())
     entry.getValue().unsubscribe();
 }