Skip to content

Commit c390329

Browse files
Update MainActivity.java
1 parent 15fe390 commit c390329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/lb/listviewvariants/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public boolean onOptionsItemSelected(final MenuItem item)
181181
url="https://github.com/AndroidDeveloperLB";
182182
break;
183183
case R.id.menuItem_current_repository_website:
184-
url="https://github.com/AndroidDeveloperLB/AndroidJniBitmapOperations";
184+
url="https://github.com/AndroidDeveloperLB/ListViewVariants";
185185
break;
186186
}
187187
if(url==null)

0 commit comments

Comments
 (0)