Skip to content

Conversation

@olorin99
Copy link
Contributor

Fix create account with null handle.
Fix null access when empty account on account selection screen. Might fix #263 but not sure if same bug.

Fix null on account selection screen.
@jwr1 jwr1 merged commit 88059b9 into main Nov 26, 2025
3 of 4 checks passed
@jwr1 jwr1 deleted the misc_fixes branch November 26, 2025 00:10
account.split('@').first.isNotEmpty,
(!widget.onlyNonGuestAccounts ||
account.split('@').first.isNotEmpty) &&
account.isNotEmpty,
Copy link
Member

@jwr1 jwr1 Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait a second, I took another look at this because I was running into this issue, but there should never be an account that's just an empty handle anyway. So we shouldn't even have to check it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot switch accounts

3 participants