Skip to content

Commit c7a61a4

Browse files
authored
Merge pull request #98 from Nexters/release-1.2.0-fix-history-clickable
1.2.0 - 내기록 화면에서 불필요한 clickable 효과를 제거합니다.
2 parents 9ba7a8e + 45e6fca commit c7a61a4

File tree

1 file changed

+0
-3
lines changed
  • feature/history/src/main/java/com/goalpanzi/mission_mate/feature/history/component

1 file changed

+0
-3
lines changed

feature/history/src/main/java/com/goalpanzi/mission_mate/feature/history/component/HistoryList.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ fun HistoryListItem(
176176
.background(
177177
color = ColorWhite_FFFFFFFF
178178
)
179-
.clickable {
180-
onClick()
181-
}
182179
) {
183180
if(imageUrls.isNotEmpty()){
184181
HistoryListItemImage(

0 commit comments

Comments
 (0)