Skip to content

Commit 9eab488

Browse files
committed
Update
1 parent 11aa336 commit 9eab488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/omarea/common/ui/BannerNotificationManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ object BannerNotificationManager {
131131
Gravity.TOP or Gravity.CENTER_HORIZONTAL, 0, (40 * density).toInt()
132132
)
133133
BannerPosition.BOTTOM -> toast.setGravity(
134-
Gravity.BOTTOM or Gravity.CENTER_HORIZONTAL, 0, (50 * density).toInt()
134+
// Gravity.BOTTOM or Gravity.CENTER_HORIZONTAL, 0, (50 * density).toInt()
135135
)
136136
}
137137
toast.show()

0 commit comments

Comments
 (0)