Skip to content

Commit b54a56a

Browse files
author
Roger Hu
committed
Delete search activity - not sure what the bug is honestly
1 parent 63bee32 commit b54a56a

File tree

2 files changed

+0
-65
lines changed

2 files changed

+0
-65
lines changed

app/src/main/java/com/codepath/debuggingchallenges/activities/MainActivity.java

-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@ public void launchChangeBackgroundActivity(View view) {
3535
public void launchToolbarActivity(View view) {
3636
launchActivity(ToolbarActivity.class);
3737
}
38-
39-
public void launchSearchHistoryActivity(View view) {
40-
launchActivity(SearchHistoryActivity.class);
41-
}
4238
}

app/src/main/java/com/codepath/debuggingchallenges/activities/SearchHistoryActivity.java

-61
This file was deleted.

0 commit comments

Comments
 (0)