Skip to content

Commit

Permalink
fixup! Revert "Remove "Hide device model""
Browse files Browse the repository at this point in the history
fix compile error
  • Loading branch information
nexplorer-3e committed Mar 12, 2023
1 parent 729b921 commit 91ec101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ public void afterTextChanged(Editable s) {
});
}

infoCell = new CheckBoxCell(context, 2);
CheckBoxCell infoCell = new CheckBoxCell(context, 2);
infoCell.setText(LocaleController.getString("HideDevieInfo", R.string.HideDeviceInfo), "", !uploadDeviceInfo, false);
addView(infoCell, LayoutHelper.createLinear(LayoutHelper.WRAP_CONTENT, LayoutHelper.MATCH_PARENT, Gravity.LEFT | Gravity.TOP));
infoCell.setOnClickListener(new OnClickListener() {
Expand Down

0 comments on commit 91ec101

Please sign in to comment.