|
@@ -58,7 +58,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(
|