Skip to content

Commit

Permalink
Update TestFrag
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent a28f8a0 commit f144496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/asemlab/samples/TestFrag.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class TestFrag(private val title: String) : Fragment() {


private fun log(message: String) {
Log.d("TestFrag", "${message}::: $title")
Log.d("TestFrag", "${message}:: $title")
}

}

0 comments on commit f144496

Please sign in to comment.