Remove useless code. It is done elsewhere
This commit is contained in:
parent
ac31bbdb1b
commit
562a02a796
@ -107,9 +107,6 @@ class AttachmentsHelper private constructor(private val context: Context,
|
||||
|
||||
override fun onRestoreInstanceState(savedInstanceState: Bundle?) {
|
||||
capturePath = savedInstanceState?.getString(CAPTURE_PATH_KEY)
|
||||
if (capturePath != null) {
|
||||
cameraImagePicker.reinitialize(capturePath)
|
||||
}
|
||||
pendingType = savedInstanceState?.getSerializable(PENDING_TYPE_KEY) as? AttachmentTypeSelectorView.Type
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user