Skip to content

Commit

Permalink
testing this refactoring for a signed commit
Browse files Browse the repository at this point in the history
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
  • Loading branch information
rapterjet2004 committed Oct 2, 2023
1 parent 659d841 commit db33fa0
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ class CallStartedViewHolder(incomingView: View, payload: Any) :
messageInterface = inf
}

companion object {
var TAG: String? = CallStartedViewHolder::class.simpleName
}

override fun viewDetached() {
// unused atm
Expand All @@ -126,4 +123,8 @@ class CallStartedViewHolder(incomingView: View, payload: Any) :
override fun viewRecycled() {
// unused atm
}

companion object {
var TAG: String? = CallStartedViewHolder::class.simpleName
}
}

0 comments on commit db33fa0

Please sign in to comment.