Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

배경화면 커스텀 #101

Open
wants to merge 62 commits into
base: develop
Choose a base branch
from
Open

Conversation

tak8997
Copy link
Contributor

@tak8997 tak8997 commented Jan 24, 2025

배경화면 커스텀 작업.

마지막 커밋은 force push로 바꿀예정

}
}

SubscribeStatus.Subscribed -> llBanner.isVisible = false
SubscribeStatus.Subscribed -> rvBanner.isVisible = false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[수정 요청]
이전 버전에 있던 구독 유도 배너는
구독 상태에 따라 visible이 바뀌는 게 맞는데
이번에 리뉴얼 된 배너는 구독상태에 따라 분기를 타지 않습니당!
그냥 공지사항, 새로운 기능 알림 같은 용도로 쓰는거 라고 봐주면 돼

* 배경화면 커스텀 정보 converter 추가
@tak8997 tak8997 force-pushed the feature/배경화면_커스텀_1차 branch from b122fa4 to a4c5e48 Compare January 25, 2025 05:15
listOf(
Benefit(
title = "구독혜택 1.",
desc = "힌트와 이미지를 함께 제공",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[수정 요청]
하드코딩 수정해줘 !

* 다시 화면에 진입했을때 관련 최신 설정값을 받아오도록 수정
* 깜빡이는 현상이 있어서 디폴트 안보여주도록 수정
* 다이얼로그를 호출한 화면에서 popbackstack을 연속으로 호출하려면 dismiss가 아닌 popbackstack을 호출해야함.
* 라이프싸이클 인자로 전달
* 리스너 해제
* 라이프싸이클에 따라 다시 그려져야 함
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants