GetCleanConfirmation returns the current clean confirmation state.
()
| 375 | |
| 376 | // GetCleanConfirmation returns the current clean confirmation state. |
| 377 | func (p *PRDPicker) GetCleanConfirmation() *CleanConfirmation { |
| 378 | return p.cleanConfirmation |
| 379 | } |
| 380 | |
| 381 | // CleanConfirmMoveUp moves the selection up in the clean confirmation dialog. |
| 382 | func (p *PRDPicker) CleanConfirmMoveUp() { |
no outgoing calls