We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d845db8 commit 23b7157Copy full SHA for 23b7157
lib/java/com/google/android/material/badge/BadgeState.java
@@ -163,7 +163,7 @@ public final class BadgeState {
163
: storedState.horizontalOffsetWithoutText;
164
165
currentState.verticalOffsetWithoutText =
166
- storedState.horizontalOffsetWithoutText == null
+ storedState.verticalOffsetWithoutText == null
167
? a.getDimensionPixelOffset(R.styleable.Badge_verticalOffset, 0)
168
: storedState.verticalOffsetWithoutText;
169
0 commit comments