-
Notifications
You must be signed in to change notification settings - Fork 1
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
네트워크가 없는 상태에서, 이전 곡, 다음 곡 이동 예외 처리 #335
Conversation
<string name="error_message_un_authorized">"error_message_un_authorized"</string> | ||
<string name="error_message_wrong_token">error_message_wrong_token</string> | ||
<string name="error_message_connection">"네트워크 연결이 되어 있지 않아요."</string> | ||
<string name="error_message_ssl_hand_shake">""네트워크 연결이 되어 있지 않아요.""</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
따옴표가 2개가 있어여
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반영하겠습니다~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨어용
@@ -170,16 +170,22 @@ class MainActivity : AppCompatActivity() { | |||
private fun observePlaylistChange() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여러 개의 이벤트를 처리하고 있다면 함수 이름이 바뀌어야 할 듯!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반영했습니다~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생했어용~
Issue