mani-sh-reddy / Lunar

Lunar is an iOS app that serves as a client for Lemmy & Kbin, the open-source federated alternatives to Reddit

Home Page:https://testflight.apple.com/join/GEFCCQTb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing to add custom instance: input text field doesn't appear

Darazaki opened this issue · comments

Hi! The "Add Instance" button in the "Manage Instances" settings doesn't spawn the expected TextField and instead gives me an empty alert:

demo.mov

Do you have any ideas on what could be happening? Can I help in any way? I've already taken a look at the relevant piece of code but can't see any issues and it all seems compatible with my version of iOS:

TextField("lemmy.world", text: $enteredCustomInstance)
.autocorrectionDisabled()
.textInputAutocapitalization(.never)
.keyboardType(.emailAddress)

Lunar for Lemmy version: 2023.12.10 (620)
iOS version: 15.8