AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
171 stars 123 forks source link

Fix textfield tag error #308

Closed amanraval76593 closed 3 months ago

amanraval76593 commented 3 months ago

Description

This pull request addresses issue #307 . This PR solves the issue with textfield_tags where error "String' has no instance named 'isValidTag" was thrown after a tag was entered in the textfield.

Changes:- Defines an inline function validateTag() within the scope of the validator. Encapsulates the validation logic within this function. Provides better encapsulation and organization of validation logic, enhancing readability and maintainability.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Test manually on physical device. Before: WhatsApp Image 2024-03-21 at 11 42 56_fb6d87fc After after

Checklist:

Maintainer Checklist