Merge "Update SplitController to use updated method names." into tm-qpr-dev

This commit is contained in:
Diego Vela
2022-10-11 16:55:27 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 0 deletions

View File

@@ -239,6 +239,16 @@ public class SplitController implements JetpackTaskFragmentOrganizer.TaskFragmen
}
}
/**
* Clears the listener set in {@link SplitController#setSplitInfoListener}.
*/
@Override
public void clearSplitInfoCallback() {
synchronized (mLock) {
mEmbeddingCallback = null;
}
}
/**
* Called when the transaction is ready so that the organizer can update the TaskFragments based
* on the changes in transaction.