Updated AndroidX

This commit is contained in:
M66B
2022-11-09 22:28:59 +01:00
parent a6f39a1fac
commit 39eb835d73
6 changed files with 12 additions and 12 deletions

View File

@@ -6508,7 +6508,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
ibForceLight.setImageLevel(force_light ? 1 : 0);
bindBody(message, false);
} else {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q) {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q && false) {
View view = LayoutInflater.from(context).inflate(R.layout.dialog_dark, null);
final Button btnIssue = view.findViewById(R.id.btnIssue);