mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-30 16:51:42 +01:00
Show toast for alternative login servers
(cherry picked from commit db33b0f0da
)
This commit is contained in:
parent
af2c23404b
commit
f63f289ad9
2 changed files with 3 additions and 1 deletions
|
@ -1040,6 +1040,7 @@ public class EditAccountActivity extends OmemoActivity implements OnAccountUpdat
|
|||
}
|
||||
//addInviteUri(intent);
|
||||
startActivity(intent);
|
||||
ToastCompat.makeText(this, R.string.snikket_login_activated, ToastCompat.LENGTH_LONG).show();
|
||||
break;
|
||||
case R.id.mgmt_account_reconnect:
|
||||
XmppConnection connection = mAccount.getXmppConnection();
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
<string name="done">Done</string>
|
||||
<string name="verify">Verify</string>
|
||||
<string name="decrypt">Decrypt</string>
|
||||
<string name="bookmarks">Chat rooms</string>
|
||||
<string name="bookmarks">Rooms</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="enter_contact">Enter Contact</string>
|
||||
<string name="delete_contact">Delete Contact</string>
|
||||
|
@ -1397,4 +1397,5 @@
|
|||
<string name="unified">Unified</string>
|
||||
<string name="pref_hide_donation_snackbar_summary">Hide the donation hint permanently</string>
|
||||
<string name="pref_hide_donation_snackbar">Hide donation hint</string>
|
||||
<string name="snikket_login_activated">Snikket login activated</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue