fix: manually state restore #132

Closed
septs wants to merge 1 commit from septs:manually-state-restore into master
Contributor

resolves #131

resolves #131
septs changed title from feat: manually state restore to fix: manually state restore 2024-12-18 18:02:22 +01:00
septs force-pushed manually-state-restore from 2374ad6fb4 to 910801c973 2024-12-18 18:36:41 +01:00 Compare
septs force-pushed manually-state-restore from 910801c973 to 4f6e96ccf9 2024-12-18 18:38:13 +01:00 Compare
PeterCxy reviewed 2024-12-18 23:56:56 +01:00
@ -68,0 +63,4 @@
override fun onSaveInstanceState(outState: Bundle) {
super.onSaveInstanceState(outState)
outState.putString(FIELD_SMDP, smdp.text.toString())
Owner

DownloadWizardActivity already has state. We should just store it there in this function.

That would remove the need for onViewStateRestored as well.

`DownloadWizardActivity` already has state. We should just store it there in this function. That would remove the need for `onViewStateRestored` as well.
PeterCxy closed this pull request 2024-12-19 00:03:08 +01:00
septs deleted branch manually-state-restore 2024-12-19 01:38:04 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PeterCxy/OpenEUICC#132
No description provided.