Skip to content

Commit a882d64

Browse files
committed
Cosmetic
1 parent 79242d8 commit a882d64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/androidTest/kotlin/info/appdev/chartexample/StartTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class StartTest {
213213
composeTestRule.waitForIdle()
214214
Thread.sleep(200) // Small delay for back navigation
215215
} catch (e: Exception) {
216-
Timber.e("#$index/'${contentClass.simpleName}': '$optionMenu' ${e.message}", e)
216+
Timber.e("#$index/'${contentClass.simpleName}'->'$optionMenu' ${e.message}", e)
217217
onView(ViewMatchers.isRoot())
218218
.perform(captureToBitmap { bitmap: Bitmap ->
219219
bitmap.writeToTestStorage(

app/src/main/kotlin/info/appdev/chartexample/ListViewBarChartActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ListViewBarChartActivity : DemoBase() {
6868

6969
data?.setValueTypeface(tfLight)
7070
data?.setValueTextColor(Color.BLACK)
71-
holder.chart!!.description.isEnabled = false
71+
holder.chart?.description?.isEnabled = false
7272
holder.chart?.setDrawGridBackground(false)
7373

7474

0 commit comments

Comments
 (0)