Update to 8.0.1 (2428)

This commit is contained in:
xaxtix 2021-09-20 08:54:41 +03:00
parent 368822d20f
commit 42feed0f42
351 changed files with 22083 additions and 13428 deletions

View file

@ -186,7 +186,7 @@ public class QuickRepliesSettingsActivity extends BaseFragment {
@Override
public RecyclerView.ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
View view = null;
View view;
switch (viewType) {
case 0:
view = new TextInfoPrivacyCell(mContext);
@ -204,6 +204,7 @@ public class QuickRepliesSettingsActivity extends BaseFragment {
textCells[viewType - 9] = (EditTextSettingsCell) view;
break;
case 4:
default:
view = new TextCheckCell(mContext);
view.setBackgroundColor(Theme.getColor(Theme.key_windowBackgroundWhite));
break;