Skip to content

Commit 4bc4694

Browse files
authored
Merge pull request #2 from mobven/v1.0.2
[FIX][bottom margin fix ]
2 parents cbfdf3f + 4a6ef7e commit 4bc4694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mb-version/src/main/java/com/mobven/mb_version/MBVersionOverlay.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ object MBVersionOverlay {
142142
}
143143

144144
if (position == Position.BOTTOM) {
145-
bottomMargin = dpToPx(activity, bottomMargin)
145+
bottomMargin = dpToPx(activity, this@MBVersionOverlay.bottomMargin)
146146
}
147147
}
148148

0 commit comments

Comments
 (0)