aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/python
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-04-28 19:35:56 +0200
committerTobias Brunner <tobias@strongswan.org>2016-05-02 18:38:15 +0200
commit7ab8ec7ad0456979d254c59b69c1f5895730b089 (patch)
tree8855dac6472ddc94ac13fe8043bab61c219e0c2b /src/libcharon/plugins/vici/python
parent73a6bec3fcd9154123cd2f726b52eaeb677acb12 (diff)
downloadstrongswan-7ab8ec7ad0456979d254c59b69c1f5895730b089.tar.bz2
strongswan-7ab8ec7ad0456979d254c59b69c1f5895730b089.tar.xz
android: Avoid races between FragmentManager and state saving
onSaveInstanceState is apparently called after pausing the fragment and after that committing any FragmentTransactions causes an IllegalStateException. We could use commitAllowingStateLoss() but that's not really necessary as we don't need to update when we are not active anyway. We also don't update the view directly after registration as this happens asynchronously, i.e. we might be paused when it finishes.
Diffstat (limited to 'src/libcharon/plugins/vici/python')
0 files changed, 0 insertions, 0 deletions