Skip to content

Commit

Permalink
Change affects to affect (incorrect plural) (#3242)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Brant <dbrant@wikimedia.org>
  • Loading branch information
RubenNair and dbrant committed Apr 4, 2022
1 parent 3740b65 commit 4161598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ThemeFittingRoomActivity : SingleFragmentActivity<ThemeFittingRoomFragment
bottomSheetPresenter.show(supportFragmentManager, themeChooserDialog!!)
}

// Don't let changed theme affects the status bar color and navigation bar color
// Don't let changed theme affect the status bar color and navigation bar color
setStatusBarColor(ContextCompat.getColor(this, android.R.color.black))
setNavigationBarColor(ContextCompat.getColor(this, android.R.color.black))
}
Expand Down

0 comments on commit 4161598

Please sign in to comment.