From acab554ee5b56682a8daabc5f677c0e1597deabc Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Thu, 17 Jul 2014 11:36:54 -0400 Subject: [PATCH] Save/Restore activity state This assures that changes made to the port setting and to the chosen client certificate are saved and restored. --- res/layout/client_certificate_spinner.xml | 6 +++- .../activity/setup/AccountSetupIncoming.java | 29 ++++++++++++++----- .../activity/setup/AccountSetupOutgoing.java | 29 ++++++++++++++----- .../k9/view/ClientCertificateSpinner.java | 18 ++++++------ 4 files changed, 58 insertions(+), 24 deletions(-) diff --git a/res/layout/client_certificate_spinner.xml b/res/layout/client_certificate_spinner.xml index b5e73e72f..53bcf2fcc 100644 --- a/res/layout/client_certificate_spinner.xml +++ b/res/layout/client_certificate_spinner.xml @@ -2,12 +2,16 @@