Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
NavigationView: Speed up animation
Browse files Browse the repository at this point in the history
Signed-off-by: Shinjo Akane <akane@akanework.org>
  • Loading branch information
AkaneTan committed Jul 21, 2023
1 parent 6908d36 commit eeace9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/main/java/org/akanework/symphonica/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package org.akanework.symphonica

const val LOCK_AUDIO_FOCUS_INTERVAL: Long = 50
const val MAX_ALBUM_LIBRARY_LAYOUT = 2
const val DRAWER_ANIMATION_DURATION: Long = 400
const val DRAWER_ANIMATION_DURATION: Long = 300
const val FULL_PLAYER_FADE_ANIMATION_DURATION: Long = 200
const val PERMISSION_REQUEST_CODE = 123
const val SLIDER_UPDATE_INTERVAL: Long = 500
Expand All @@ -20,9 +20,6 @@ const val OPTION_SETTINGS = 2
const val TAB_LIST = 0
const val TAB_ALBUM = 1

const val SQUIGGLY_VIEW_UPDATING = 0
const val SQUIGGLY_VIEW_RESUMING = 1

const val WIDGET_UPDATE_PLAYER_STATUS = "internal.widget_change_player"
const val WIDGET_UPDATE_PLAYER_ALBUM_STATUS = "internal.widget_update_album"
const val WIDGET_UPDATE_PLAYER_BUTTON_STATUS = "internal.widget_update_button"
Expand Down

0 comments on commit eeace9f

Please sign in to comment.