There was an error while loading. Please reload this page.
1 parent 23b46d2 commit 241409aCopy full SHA for 241409a
testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/SpannedSubject.java
@@ -52,7 +52,6 @@
52
import org.checkerframework.checker.nullness.qual.RequiresNonNull;
53
54
/** A Truth {@link Subject} for assertions on {@link Spanned} instances containing text styling. */
55
-// TODO: add support for more Spans i.e. all those used in androidx.media3.common.text.
56
public final class SpannedSubject extends Subject {
57
58
@Nullable private final Spanned actual;
0 commit comments