|
@@ -61,7 +61,7 @@ class SourcePreferencesScreen(val sourceId: Long) : Screen {
|
|
Scaffold(
|
|
Scaffold(
|
|
topBar = {
|
|
topBar = {
|
|
TopAppBar(
|
|
TopAppBar(
|
|
- title = { Text(text = Injekt.get<SourceManager>().get(sourceId)!!.toString()) },
|
|
|
|
|
|
+ title = { Text(text = Injekt.get<SourceManager>().getOrStub(sourceId).toString()) },
|
|
navigationIcon = {
|
|
navigationIcon = {
|
|
IconButton(onClick = navigator::pop) {
|
|
IconButton(onClick = navigator::pop) {
|
|
Icon(
|
|
Icon(
|