Turn off the test toggle behavior

This commit is contained in:
Kevin Gorham 2018-12-30 22:04:39 -05:00 committed by Kevin Gorham
parent 9919245a15
commit f8955d4eb1
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ class HomeFragment : BaseFragment() {
}
headerFullViews = arrayOf(text_balance_usd, text_balance_includes_info, text_balance_zec, image_zec_symbol_balance_shadow, image_zec_symbol_balance)
headerEmptyViews = arrayOf(text_balance_zec_info, text_balance_zec_empty, image_zec_symbol_balance_shadow_empty, image_zec_symbol_balance_empty)
// TODO: remove this test behavior
image_logo.setOnClickListener {
toggle(!empty)
}
}
override fun onResume() {