From: Damyan Ivanov Date: Sat, 16 May 2020 10:14:13 +0000 (+0300) Subject: fix activity restart upon profile theme change X-Git-Tag: v0.14.0~100 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=eca29dbfd4cae7b051f79ce3cb93f7c55bf092aa;hp=eca29dbfd4cae7b051f79ce3cb93f7c55bf092aa;p=mobile-ledger.git fix activity restart upon profile theme change strangely, calling onSaveInstanceState at this time races with some other thing reacting to the change making fragment manager crash with "fragment transaction already in progress" regardless, Actvity.recreate() is designed just for this job ---