diff options
author | Allan Wang <me@allanwang.ca> | 2020-01-19 22:41:27 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-01-19 22:41:27 -0800 |
commit | a6f97c81e0e33a649b137bc60b336b0b736e132a (patch) | |
tree | e97474607d78376453d88703cee584537740a8be | |
parent | 5803459e8bedffbebdf83c64a107ab35d4f421fa (diff) | |
download | frost-a6f97c81e0e33a649b137bc60b336b0b736e132a.tar.gz frost-a6f97c81e0e33a649b137bc60b336b0b736e132a.tar.bz2 frost-a6f97c81e0e33a649b137bc60b336b0b736e132a.zip |
Update changelog and apply spotless
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/activities/BaseMainActivity.kt | 2 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 | ||||
-rw-r--r-- | 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 @@ <version title="v2.4.3" /> <item text="Fix Android theme" /> - <item text="" /> + <item text="Fix nav header expansion when animations are disabled" /> <item text="" /> <item text="" /> <item text="" /> 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 |