Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aece50bf authored by Joe Bolinger's avatar Joe Bolinger Committed by Automerger Merge Worker
Browse files

Merge "Show help messages as temporary errors." into udc-d1-dev am: 5bf32c57

parents 3cdfc855 5bf32c57
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -512,9 +512,10 @@ private class Spaghetti(
        }

        applicationScope.launch {
            viewModel.showTemporaryHelp(
            // help messages from the HAL should be displayed as temporary (i.e. soft) errors
            viewModel.showTemporaryError(
                help,
                messageAfterHelp = modalities.asDefaultHelpMessage(applicationContext),
                messageAfterError = modalities.asDefaultHelpMessage(applicationContext),
            )
        }
    }