|
@@ -220,9 +220,13 @@ class JobProgressPresenter : BasePresenter<IJobProgressView>() {
|
|
|
})
|
|
})
|
|
|
} else if (ISCSDomainData.noKeyReason == NoKeyReason.KEY_POWER_LOW) {
|
|
} else if (ISCSDomainData.noKeyReason == NoKeyReason.KEY_POWER_LOW) {
|
|
|
showTip(
|
|
showTip(
|
|
|
- mContext!!.getString(R.string.lock_enough_but_key_enough_but_key_power_down,
|
|
|
|
|
- lockCount),
|
|
|
|
|
- TipDialog.TYPE_HINT
|
|
|
|
|
|
|
+ mContext!!.getString(
|
|
|
|
|
+ R.string.lock_enough_but_key_enough_but_key_power_down,
|
|
|
|
|
+ lockCount
|
|
|
|
|
+ ),
|
|
|
|
|
+ TipDialog.TYPE_ALL, {
|
|
|
|
|
+ handleGiveKey(ticketDetail, null, lockMap)
|
|
|
|
|
+ }
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|