Skip to content

Commit

Permalink
- Remove dataBinding from :touch-delegator component.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgehankalkan committed Nov 2, 2022
1 parent 72f3257 commit e8b0a52
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/touch-delegator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ android {
}
}

buildFeatures.dataBinding = true
namespace = "com.trendyol.uicomponents.touchdelegator"
}
2 changes: 0 additions & 2 deletions libraries/touch-delegator/src/main/AndroidManifest.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.trendyol.uicomponents.touchdelegator
import android.view.MotionEvent
import android.view.Window

class ActivityWindowTouchDelegator constructor(): WindowTouchListener {
class ActivityWindowTouchDelegator : WindowTouchListener {

private val touchListeners = mutableSetOf<WindowTouchListener>()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package com.trendyol.uicomponents.touchdelegator
import android.view.MotionEvent
import android.view.Window

interface WindowTouchDelegator :
WindowTouchListener {
interface WindowTouchDelegator : WindowTouchListener {

fun getWindowTouchListeners(): MutableSet<WindowTouchListener>

Expand Down

0 comments on commit e8b0a52

Please sign in to comment.