mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2025-01-22 14:00:21 +01:00
remove auto delete timer, #854
This commit is contained in:
parent
77d0e82cb0
commit
d0e1ebd029
@ -3088,9 +3088,9 @@ ChatActivity extends BaseFragment implements NotificationCenter.NotificationCent
|
||||
|
||||
if (currentEncryptedChat != null) {
|
||||
timeItem2 = headerItem.addSubItem(chat_enc_timer, R.drawable.baseline_timer_24, LocaleController.getString("SetTimer", R.string.SetTimer), themeDelegate);
|
||||
} else if (currentChat == null && !currentUser.self || ChatObject.canUserDoAdminAction(currentChat, ChatObject.ACTION_DELETE_MESSAGES)) {
|
||||
} /*else if (currentChat == null && !currentUser.self || ChatObject.canUserDoAdminAction(currentChat, ChatObject.ACTION_DELETE_MESSAGES)) {
|
||||
headerItem.addSubItem(auto_delete_timer, R.drawable.baseline_timer_24, LocaleController.getString("AutoDeleteSetTimer", R.string.AutoDeleteSetTimer));
|
||||
}
|
||||
}*/
|
||||
|
||||
clearHistoryItem = headerItem.addSubItem(clear_history, R.drawable.msg_clear, LocaleController.getString("ClearHistory", R.string.ClearHistory), themeDelegate);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user