Skip to content

Commit

Permalink
ANDROID-14792 Update. Rename title layout to avoid unitTest error
Browse files Browse the repository at this point in the history
  • Loading branch information
haynlo committed Jan 8, 2025
1 parent 89081dd commit d979479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TitleView @JvmOverloads constructor(
private var titleTextView: TextView

init {
LayoutInflater.from(context).inflate(R.layout.title, this, true)
LayoutInflater.from(context).inflate(R.layout.title_view, this, true)

titleTextView = findViewById(R.id.title_text)
linkTextView = findViewById(R.id.link_text)
Expand Down
File renamed without changes.

0 comments on commit d979479

Please sign in to comment.