Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

fix relative motion support #632

Merged
merged 5 commits into from
Jun 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove Nullable
  • Loading branch information
jafu888 committed Jun 17, 2022
commit 342b14eec9cdcb41f506bf665872d2a0bc9e3f92
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import androidx.constraintlayout.core.motion.utils.KeyCache;
import androidx.constraintlayout.core.motion.utils.KeyCycleOscillator;
import androidx.constraintlayout.core.motion.utils.KeyFrameArray;
import androidx.constraintlayout.core.motion.utils.Nullable;
import androidx.constraintlayout.core.motion.utils.Rect;
import androidx.constraintlayout.core.motion.utils.SplineSet;
import androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet;
Expand Down Expand Up @@ -238,7 +237,6 @@ public float getFinalHeight() {
*
* @return the view id of the view this is in polar mode to or -1 if not in polar
*/
@Nullable
public String getAnimateRelativeTo() {
return mStartMotionPath.mAnimateRelativeTo;
}
Expand Down