From a6f97c81e0e33a649b137bc60b336b0b736e132a Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 19 Jan 2020 22:41:27 -0800 Subject: Update changelog and apply spotless --- .../main/kotlin/com/pitchedapps/frost/activities/BaseMainActivity.kt | 2 +- app/src/main/play/en-US/whatsnew | 3 ++- app/src/main/res/xml/frost_changelog.xml | 2 +- docs/Changelog.md | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/kotlin/com/pitchedapps/frost/activities/BaseMainActivity.kt b/app/src/main/kotlin/com/pitchedapps/frost/activities/BaseMainActivity.kt index 2955da3c..0b422991 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/activities/BaseMainActivity.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/activities/BaseMainActivity.kt @@ -129,10 +129,10 @@ import com.pitchedapps.frost.views.BadgedIcon import com.pitchedapps.frost.views.FrostVideoViewer import com.pitchedapps.frost.views.FrostViewPager import com.pitchedapps.frost.widgets.NotificationWidget +import kotlin.math.abs import kotlinx.coroutines.ExperimentalCoroutinesApi import kotlinx.coroutines.launch import org.koin.android.ext.android.inject -import kotlin.math.abs /** * Created by Allan Wang on 20/12/17. diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 47b06212..783cafb3 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,3 +1,4 @@ v2.4.3 -* Fix Android theme \ No newline at end of file +* Fix Android theme +* Fix nav header expansion when animations are disabled \ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index eb968743..125c12cb 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -8,7 +8,7 @@ - + diff --git a/docs/Changelog.md b/docs/Changelog.md index 7ab5b3e2..24145d26 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,7 @@ ## v2.4.3 * Fix Android theme +* Fix nav header expansion when animations are disabled ## v2.4.2 * Fix townhall loading -- cgit v1.2.3