Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VenmoLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public class VenmoLibrary {
private static final String VENMO_PACKAGE = "com.venmo";
private static final String VENMO_ACTIVITY = "com.venmo.ComposeActivity";
private static final String VENMO_ACTIVITY = "com.venmo.controller.ComposeActivity";

public VenmoLibrary() {}

Expand Down