Skip to content

Commit

Permalink
main: "minor" fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Sep 27, 2015
1 parent 1e4484d commit 97b270d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private static void refresh(Notifications.Notification notification) {

private static Intent convosActivityIntent() {
Intent intent = new Intent();
intent.setClass(context, ConvoActivityWithTabs.class);
intent.setClass(context, ConvosActivity.class);
return intent;
}

Expand Down

0 comments on commit 97b270d

Please sign in to comment.