FightPandemics / FightPandemics-android

Android app for the FightPandemics platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

() }

todo opened this issue · comments

commented

setupNotificationSettingsContainer.setOnClickListener { TODO() }
myAccountContainer.setOnClickListener {
findNavController().navigate(com.fightpandemics.R.id.action_indivProfileSettings_to_nav_splash_onboard)
}
aboutUsContainer.setOnClickListener { openWebView(URLs.ABOUT_US) }
privacyPolicyContainer.setOnClickListener { openWebView(URLs.PRIVACY_POLICY) }


This issue was generated by todo based on a TODO comment in 73f86e6. It's been assigned to @AckslD because they committed the code.