anytype-kotlin icon indicating copy to clipboard operation
anytype-kotlin copied to clipboard

fix name field in profile screen

Open MohitMandalia opened this issue 3 weeks ago • 2 comments


  • [x] I understand that contributing to this repository will require me to agree with the CLA

Description

When user deletes all the changes for a name field it only deletes a single character. Ex: Name is “Inky” changes to “Ink” even if you delete all the characters Same issue persist in the SpaceSettings name field.

What type of PR is this? (check all applicable)

  • [ ] 🍕 Feature
  • [x] 🐛 Bug Fix
  • [ ] 📝 Documentation Update
  • [ ] 🎨 Style
  • [ ] 🧑‍💻 Code Refactor
  • [ ] 🔥 Performance Improvements
  • [ ] ✅ Test
  • [ ] 🤖 Build
  • [ ] 🔁 CI

Related Tickets & Documents

https://community.anytype.io/t/issues-with-name-field-in-profilesettings/29186

Mobile & Desktop Screenshots/Recordings

Bug

https://github.com/user-attachments/assets/61349550-308b-4833-8b8b-9b4ab5b6095e

Fix

https://github.com/user-attachments/assets/e58a13e3-7235-4cf8-b42a-113bbb60a3a3

Added tests?

  • [ ] 👍 yes
  • [x] 🙅 no, because they aren't needed
  • [ ] 🙋 no, because I need help

Added to documentation?

  • [ ] 📜 README.md
  • [ ] 📓 tech-docs
  • [x] 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

MohitMandalia avatar Nov 07 '25 18:11 MohitMandalia