This commit is contained in:
M66B 2022-01-20 20:22:51 +01:00
parent e414602e29
commit 801cc844bc
1 changed files with 0 additions and 1 deletions

View File

@ -6580,7 +6580,6 @@ public class FragmentCompose extends FragmentBase {
final ImageButton ibInfo = dview.findViewById(R.id.ibInfo);
final Spinner spGroup = dview.findViewById(R.id.spGroup);
final Spinner spTarget = dview.findViewById(R.id.spTarget);
final Button btnManage = dview.findViewById(R.id.btnManage);
ibInfo.setOnClickListener(new View.OnClickListener() {
@Override