Skip to content

Commit

Permalink
Bump Abacus and update the system link. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Mar 20, 2024
1 parent 102d1c8 commit aa3bcd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion v4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ext {
compileSdkVersion = 34

// App dependencies
abacusVersion = '1.6.1'
abacusVersion = '1.6.10'
carteraVersion = '0.1.12'
kollectionsVersion = '2.0.16'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ class DydxSystemStatusViewModel @Inject constructor(

init {
router.navigateBack()
abacusStateManager.environment?.links?.community.let { communityLink ->
if (communityLink != null) {
router.navigateTo(communityLink)
}
val url = abacusStateManager.environment?.links?.statusPage ?: abacusStateManager.environment?.links?.community
if (url != null) {
router.navigateTo(url)
}
}

Expand Down

0 comments on commit aa3bcd6

Please sign in to comment.