Changed things :)

This commit is contained in:
Yakov 2017-06-21 09:44:45 -04:00
parent 1b1c56d839
commit 267a4b049d
No known key found for this signature in database
GPG Key ID: CB2EABA133E15EE0

View File

@ -220,9 +220,7 @@ public class CreateIssueActivity extends BaseActivity<CreateIssueMvp.View, Creat
.setTitle("You are currently using a debug build")
.setMessage("If you have found a bug, please report it on slack." + "\n" +
"Feature requests can be submitted here." + "\n" + "Happy Testing")
.setPositiveButton(android.R.string.ok, (dialogInterface, i) -> {
dialogInterface.dismiss();
})
.setPositiveButton(android.R.string.ok, null)
.show();
}
if (toolbar != null) toolbar.setSubtitle(login + "/" + repoId);