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

BugFix/#455: AppDelegate 활용한 앱 비활성화 여부 점검 및 다이어리 레이아웃 오류 해결 #456

Open
wants to merge 3 commits into
base: Develop
Choose a base branch
from

Conversation

dev-muuu
Copy link
Member

@dev-muuu dev-muuu commented Mar 25, 2023

What is this PR? 🔍

BugFix/#455: AppDelegate 활용한 앱 비활성화 여부 점검 및 다이어리 레이아웃 오류 해결

Key Changes 🔑

  • 다이어리에서 다른 앱 이동 혹은 홈바 슬라이드할 경우 레이아웃 버그 발생
  • 앱 백그라운드 전환 여부 등을 확인해 키보드 exit을 진행할 수 있도록 하였으며 버그 해결했습니다.

추가로, 프로젝트 버전 변경했습니다. (1.0.1로 설정함)
git release에서 사용하는 버전과 동일하게 관리할 예정입니다.

x.y.z
x: 앱의 대대적인 변화가 있을 경우 > 리뉴얼 수준일 때만 값 갱신
y: 새로운 기능을 추가할 경우 값 갱신 - 릴리즈에 반영할 때 갱신
z: 버그 해결 후, 릴리즈에 반영됐을 경우 값 갱신

To Reviewers 📢

  • 풀 받고 사용해주세요.

Related Issues ⛱

close #455

Copy link
Collaborator

@chaeyoung103 chaeyoung103 left a comment

Choose a reason for hiding this comment

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

good!!

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