mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2026-01-25 14:47:05 +00:00
Changed things :)
This commit is contained in:
parent
1b1c56d839
commit
267a4b049d
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user