Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6d85cd9 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Ensure the animation finish sequence by synchronize call."

parents 85093f98 5d54c1b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ package android.window;
 * @param trigger Whether the back gesture has passed the triggering threshold.
 * {@hide}
 */
oneway interface IBackAnimationFinishedCallback {
interface IBackAnimationFinishedCallback {
    void onAnimationFinished(in boolean triggerBack);
}
 No newline at end of file