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

[FIX] 러닝 기록 / 삭제 버튼 활성화 오류 #278

Merged
merged 5 commits into from
Nov 14, 2023

Commits on Oct 21, 2023

  1. [FIX] #265 selector 제거

    버그 잡으려고 코드 보고 있는데
    
    버튼이 TextView랑  selector로 만들어져있고 ViewModel에 불필요하게 변수가 많이 생성돼있어서 코드 파악에 상당한 시간이 소요되어 불편했음.
    
    그래서 기존의 코드를 수정 중
    unam98 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    85d5eac View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    0810d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68311f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. [MOD] #265 람다 변수명 제거 후 it 활용

    count라는 혼동을 줄 수 있는 람다 변수명 제거
    unam98 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2470fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b738a View commit details
    Browse the repository at this point in the history