Skip to content

Commit 531f4c0

Browse files
committed
Bug fix
1 parent dac1883 commit 531f4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/tobiastrumm/freifunkautoconnect/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
186186
int id = item.getItemId();
187187

188188
//noinspection SimplifiableIfStatement
189-
if (id == R.id.action_settings) {
189+
if (id == R.id.action_info) {
190190
return true;
191191
}
192192

0 commit comments

Comments
 (0)