This repository was archived by the owner on Feb 9, 2023. It is now read-only.
[BZZRWRDD-262] Anchored 일때 Drag없이 터치만 가능하도록 Dragger의 일부를 TouchController 로 분리하고 Window, View 공통 요소 분리 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
문제 상황
변경 내용
BaseTouchController
로 이름짓고 Dragger 가 이를 상속받아서 본래의 dragger 기능으로 확장시키도록 함.HoverView#OnInteractionListener
의 onTap 이 어느 state 에서 발생하였는지 알게 하기 위하여 해당 메소드에 현재 State 의 Type 을 표시하는 enum 을 넘김 (HoverViewStateType
)