fix: manually state restore #132
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:manually-state-restore"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
resolves #131
feat: manually state restoreto fix: manually state restore2374ad6fb4
to910801c973
910801c973
to4f6e96ccf9
@ -68,0 +63,4 @@
override fun onSaveInstanceState(outState: Bundle) {
super.onSaveInstanceState(outState)
outState.putString(FIELD_SMDP, smdp.text.toString())
DownloadWizardActivity
already has state. We should just store it there in this function.That would remove the need for
onViewStateRestored
as well.Pull request closed