We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fe390 commit c390329Copy full SHA for c390329
1 file changed
app/src/main/java/lb/listviewvariants/MainActivity.java
@@ -181,7 +181,7 @@ public boolean onOptionsItemSelected(final MenuItem item)
181
url="https://github.com/AndroidDeveloperLB";
182
break;
183
case R.id.menuItem_current_repository_website:
184
- url="https://github.com/AndroidDeveloperLB/AndroidJniBitmapOperations";
+ url="https://github.com/AndroidDeveloperLB/ListViewVariants";
185
186
}
187
if(url==null)
0 commit comments