mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
remove commented out code
This commit is contained in:
@@ -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
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user