mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Small change
This commit is contained in:
parent
2dd9a07c55
commit
5a6ee6a3e0
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public class WelcomeActivity extends AppCompatActivity {
|
|||
TextView msg = dlg.findViewById(R.id.msg);
|
||||
String msgString;
|
||||
TextView cpl = dlg.findViewById(R.id.cpl);
|
||||
String cplString = new String();
|
||||
String cplString = "";
|
||||
ImageView icon = dlg.findViewById(R.id.image);
|
||||
Button btn = (Button)dlg.findViewById(R.id.txtClose);
|
||||
dlg.show();
|
||||
|
|
Loading…
Reference in a new issue