mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Remove finish call method (#50)
This commit is contained in:
parent
c3625a844e
commit
bd5781d392
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ public class WelcomeActivity extends AppCompatActivity {
|
|||
btn.setOnClickListener(v -> {
|
||||
// TODO Auto-generated method stub
|
||||
dlg.dismiss();
|
||||
finish();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue