You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- timer 클래스 생성
- timer에서 start()함수를 호출하면 disposable의 타이머 구독 생성
- pause에서는 현재 시간을 갱신하고 disposable의 구독을 해제하고 참조도 제거
- 로티 애니메이션 추가
- 디자인 변경으로 유저 카드 흔들리는 애니메이션 제거
- timeStart로 dimview를 hidden했었으나 currentTime이 BehaviorRelay로 되어 있어서 최초에 한 번 호출로 인해 dimview가 사라짐
- isTimerActive에서 처리하도록 해서 문제 해결
The text was updated successfully, but these errors were encountered: