mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-17 09:45:02 +01:00
Fix to open profile view
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
fdf76e260b
commit
5e0e4ee54f
@ -217,8 +217,8 @@ class SettingsActivity : BaseActivity() {
|
|||||||
setupMessageView()
|
setupMessageView()
|
||||||
|
|
||||||
binding.avatarContainer.setOnClickListener {
|
binding.avatarContainer.setOnClickListener {
|
||||||
val intent = Intent(activity, ProfileActivity::class.java)
|
val intent = Intent(this, ProfileActivity::class.java)
|
||||||
activity!!.startActivity(intent)
|
startActivity(intent)
|
||||||
}
|
}
|
||||||
|
|
||||||
themeCategories()
|
themeCategories()
|
||||||
|
Loading…
Reference in New Issue
Block a user