feat: open edit profile when tapping drawer avatar

This commit is contained in:
Barry Deen
2026-04-23 09:49:44 -04:00
parent 5853db286b
commit 0d8e34fe02
@@ -144,6 +144,7 @@ fun WispDrawerContent(
if (crashTapCount >= 7) {
throw RuntimeException("Test crash")
}
onProfile()
}) {
ProfilePicture(url = profile?.picture, size = 64)
}