Skip to content

Commit b5166a1

Browse files
authored
add back in core performance (#117)
1 parent a506e60 commit b5166a1

File tree

1 file changed

+10
-0
lines changed
  • app/src/main/java/com/google/android/samples/socialite/ui/home/settings

1 file changed

+10
-0
lines changed

app/src/main/java/com/google/android/samples/socialite/ui/home/settings/Settings.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ fun Settings(
6969
}
7070
}
7171
}
72+
item {
73+
Box(modifier = Modifier.padding(32.dp)) {
74+
Text(
75+
text = stringResource(
76+
R.string.performance_class_level,
77+
viewModel.mediaPerformanceClass,
78+
),
79+
)
80+
}
81+
}
7282
}
7383
}
7484
}

0 commit comments

Comments
 (0)