File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
windows/windows-impl/src/main/java/com/duckduckgo/windows/impl/waitlist/ui Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,12 @@ class WindowsWaitlistActivity : DuckDuckGoActivity() {
144144 binding.headerImage.setImageResource(com.duckduckgo.mobile.android.R .drawable.ic_list)
145145 binding.statusTitle.text = getString(R .string.windows_waitlist_on_the_list_title)
146146 binding.waitlistDescription.text = getJoinedQueueDescriptionText(binding.waitlistNotifyMe.isVisible)
147- binding.waitlistNotifyMe.setOnVisibilityChange(object : NotifyMeView .OnVisibilityChangedListener {
148- override fun onVisibilityChange (v : View ? , isVisible : Boolean ) {
149- binding.waitlistDescription.text = getJoinedQueueDescriptionText(isVisible)
150- }
151- },
147+ binding.waitlistNotifyMe.setOnVisibilityChange(
148+ object : NotifyMeView .OnVisibilityChangedListener {
149+ override fun onVisibilityChange (v : View ? , isVisible : Boolean ) {
150+ binding.waitlistDescription.text = getJoinedQueueDescriptionText(isVisible)
151+ }
152+ },
152153 )
153154 }
154155
You can’t perform that action at this time.
0 commit comments