Skip to content

Commit 71f99a5

Browse files
committed
Update
1 parent ea3b18f commit 71f99a5

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
@@ -41,7 +41,7 @@ object BannerNotificationManager {
4141
title: String? = null,
4242
message: String,
4343
type: BannerType = BannerType.INFO,
44-
position: BannerPosition = BannerPosition.TOP,
44+
position: BannerPosition = BannerPosition.BOTTOM,
4545
icon: String? = null,
4646
onNoActivity: (() -> Unit)? = null
4747
) {

0 commit comments

Comments
 (0)