mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-06 08:10:58 +00:00
Update to 3.13.1
This commit is contained in:
parent
55463a93db
commit
e313885ac5
862 changed files with 36709 additions and 36558 deletions
|
|
@ -366,7 +366,7 @@ public class GroupCreateActivity extends BaseFragment implements NotificationCen
|
|||
if (maxCount != 0 && selectedContacts.size() == maxCount) {
|
||||
return;
|
||||
}
|
||||
if (chatType == ChatObject.CHAT_TYPE_CHAT && selectedContacts.size() == MessagesController.getInstance().maxGroupCount - 1) {
|
||||
if (chatType == ChatObject.CHAT_TYPE_CHAT && selectedContacts.size() == MessagesController.getInstance().maxGroupCount) {
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(getParentActivity());
|
||||
builder.setTitle(LocaleController.getString("AppName", R.string.AppName));
|
||||
builder.setMessage(LocaleController.getString("SoftUserLimitAlert", R.string.SoftUserLimitAlert));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue