We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6c5e3 commit db7cfc5Copy full SHA for db7cfc5
app/src/main/java/xzr/hkf/MainActivity.java
@@ -90,7 +90,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
90
.setPositiveButton(R.string.ok, null)
91
.setNegativeButton("Github", (dialog1, which1) -> MainActivity.this.startActivity(new Intent() {{
92
setAction(Intent.ACTION_VIEW);
93
- setData(Uri.parse("https://github.com/xzr467706992/HorizonKernelFlasher"));
+ setData(Uri.parse("https://github.com/libxzr/HorizonKernelFlasher"));
94
}})).create().show();
95
} else if (item.getItemId() == R.id.flash_new) {
96
flash_new();
0 commit comments