Fix: Update actionId placeholder and add theming strings
This commit is contained in:
parent
0634dd2010
commit
a68ea7555b
@ -229,7 +229,7 @@ internal class MainActivity : ComponentActivity
|
||||
val failReason: ProductPluginErrorResult<*>? = pluginResult.error
|
||||
// Successful plugin execution
|
||||
if (failReason == null) {
|
||||
writeLog(getString(R.string.product_journey_finished_successfully) + "\n")
|
||||
showResult(getString(R.string.product_journey_finished_successfully) + "\n")
|
||||
result = getString(R.string.success)
|
||||
if (resultInfo != null) {
|
||||
result += " $resultInfo"
|
||||
@ -238,7 +238,7 @@ internal class MainActivity : ComponentActivity
|
||||
showResult(result)
|
||||
} else {
|
||||
// failure case
|
||||
writeLog(getString(R.string.product_journey_finished_with_failure))
|
||||
showResult(getString(R.string.product_journey_finished_with_failure))
|
||||
if (failReason.specificResult != null) {
|
||||
val specificResult: IEPluginError? =
|
||||
failReason.specificResult as IEPluginError?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user