mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-17 12:56:48 +01:00
As described in #1065, once the changelog was selected from the navigation menu, and the user rotated the device, the changelog was disappearing. Using a DialogFragment seems to be the more idiomatic way on displaying the changelog, and it also takes care of recreating it when the device changes orientation. Partially fixes #1065 Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>