Skip to content

Commit 099495b

Browse files
committed
refactored project.
1 parent 22392e9 commit 099495b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ plugins {
44
}
55

66
android {
7+
signingConfigs {
8+
'pager-release' {
9+
}
10+
}
711
compileSdk 32
812

913
defaultConfig {

app/src/main/java/dev/vivvvek/bubblepager/MainActivity.kt

-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ fun PagerTopAppBar(page: Int, modifier: Modifier = Modifier) {
130130
Icon(
131131
imageVector = Icons.Default.KeyboardArrowLeft,
132132
contentDescription = "Left Icon",
133-
// tint = if (page == 2) Color.Black else Color.White
134133
)
135134
}
136135
},
@@ -139,7 +138,6 @@ fun PagerTopAppBar(page: Int, modifier: Modifier = Modifier) {
139138
Icon(
140139
imageVector = Icons.Default.MoreVert,
141140
contentDescription = "Menu icon",
142-
// tint = if (page == 2) Color.Black else Color.White
143141
)
144142
}
145143
},

0 commit comments

Comments
 (0)