Work fork of an Android Jabber client for bridge users git.sr.ht/~singpolyma/cheogram-android
sopranica sgx xmpp jabber
0

Configure Feed

Select the types of activity you want to include in your feed.

Allow editing password when creating first account

Stephen Paul Weber (Jun 9, 2025, 9:15 AM -0500) 33fcd9ac 52e69426

+1 -2
+1 -2
src/main/java/eu/siacs/conversations/ui/EditAccountActivity.java
··· 1320 1320 mAccount.isOptionSet(Account.OPTION_MAGIC_CREATE) 1321 1321 || !mAccount.isOptionSet(Account.OPTION_LOGGED_IN_SUCCESSFULLY); 1322 1322 final boolean neverLoggedIn = 1323 - !mAccount.isOptionSet(Account.OPTION_LOGGED_IN_SUCCESSFULLY) 1324 - && QuickConversationsService.isConversations(); 1323 + !mAccount.isOptionSet(Account.OPTION_LOGGED_IN_SUCCESSFULLY); 1325 1324 final boolean editPassword = mAccount.unauthorized() || neverLoggedIn; 1326 1325 1327 1326 this.binding.accountPasswordLayout.setPasswordVisibilityToggleEnabled(togglePassword);