Skip to content

Commit

Permalink
Fix #2851 (Sync icon does not work with colored workspaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Sep 14, 2023
1 parent 1fe1b8d commit 122f461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@ class MainBibleActivity : CustomTitlebarActivityBase() {
binding.run {
homeButton.setBackgroundColor(toolbarColor)
pageTitle.setBackgroundColor(toolbarColor)
syncIcon.setBackgroundColor(toolbarColor)
documentTitle.setBackgroundColor(toolbarColor)
toolbarButtonLayout.setBackgroundColor(toolbarColor)
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/main_bible_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_backup_restore_24dp"
app:tint="?attr/toolbarTextColor"
android:visibility="invisible"
/>

</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit 122f461

Please sign in to comment.