feat: open edit profile when tapping drawer avatar
This commit is contained in:
@@ -144,6 +144,7 @@ fun WispDrawerContent(
|
||||
if (crashTapCount >= 7) {
|
||||
throw RuntimeException("Test crash")
|
||||
}
|
||||
onProfile()
|
||||
}) {
|
||||
ProfilePicture(url = profile?.picture, size = 64)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user