mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 23:51:00 +00:00
Update to 8.0.1 (2428)
This commit is contained in:
parent
368822d20f
commit
42feed0f42
351 changed files with 22083 additions and 13428 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue