Small change

This commit is contained in:
jacques 2023-07-23 18:28:37 +02:00
parent 2dd9a07c55
commit 5a6ee6a3e0

View file

@ -144,7 +144,7 @@ public class WelcomeActivity extends AppCompatActivity {
TextView msg = dlg.findViewById(R.id.msg); TextView msg = dlg.findViewById(R.id.msg);
String msgString; String msgString;
TextView cpl = dlg.findViewById(R.id.cpl); TextView cpl = dlg.findViewById(R.id.cpl);
String cplString = new String(); String cplString = "";
ImageView icon = dlg.findViewById(R.id.image); ImageView icon = dlg.findViewById(R.id.image);
Button btn = (Button)dlg.findViewById(R.id.txtClose); Button btn = (Button)dlg.findViewById(R.id.txtClose);
dlg.show(); dlg.show();