remove commented out code

pull/260/head
Lucas Nogueira 2 years ago
parent db900f6650
commit eb79eea9b7
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -801,19 +801,4 @@ class CameraPlugin(private val activity: Activity): Plugin(activity) {
null
}
}
/*protected fun saveInstanceState(): Bundle? {
val bundle: Bundle = super.saveInstanceState()
if (bundle != null) {
bundle.putString("cameraImageFileSavePath", imageFileSavePath)
}
return bundle
}
protected fun restoreState(state: Bundle) {
val storedImageFileSavePath: String = state.getString("cameraImageFileSavePath")
if (storedImageFileSavePath != null) {
imageFileSavePath = storedImageFileSavePath
}
}*/
}

Loading…
Cancel
Save