-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
в классе PrintCorrectionIncomeReceiptCommand возникает ошибка NPE
java.lang.NullPointerException: convertImplicitIntentToExplicitIntent(NAME, context.applicationContext) must not be null
fun process(context: Context, callback: IntegrationManagerCallback) {
IntegrationManagerImpl
.convertImplicitIntentToExplicitIntent(NAME, context.applicationContext)
.firstOrNull()
?.let { component ->
IntegrationManagerImpl(context.applicationContext).call(
NAME,
component,
this,
ActivityStarter(context),
callback,
Handler(Looper.getMainLooper())
)
}
}потому что IntegrationManagerImpl.convertImplicitIntentToExplicitIntent(NAME, context.applicationContext) возвращает NULL
const val NAME = "evo.v2.receipt.correction.income.printReceipt"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels