We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
기존에는 0번째 task의 최상단이 채팅방인지 확인했지만, task가 0번째가 아닌 경우가 발생할 수도 있습니다. 따라서 이를 BroadcastReceiver로 리팩터링하여 기존 문제를 해결합니다.
ActivityManager의 TaskInfo를 사용하고 있습니다.
BroadcastReceiver로 메시지를 수신하도록 리팩터링하여 task 순서에 제약받지 않도록 합니다.
3시간
The text was updated successfully, but these errors were encountered:
tmdgh1592
No branches or pull requests
📌 어떤 기능을 리팩터링 하나요?
AS-IS
ActivityManager의 TaskInfo를 사용하고 있습니다.
TO-BE
BroadcastReceiver로 메시지를 수신하도록 리팩터링하여 task 순서에 제약받지 않도록 합니다.
예상 소요 시간
🔍 참고할만한 자료(선택)
The text was updated successfully, but these errors were encountered: