Skip to content

Commit

Permalink
update RxActivityTool.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamsiree committed Mar 16, 2020
1 parent ee608e0 commit 2feba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxKit/src/main/java/com/tamsiree/rxkit/RxActivityTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public static String getLauncherActivity(Context context, String packageName) {
return "no " + packageName;
}

private static void finishActivity(Context mContext, boolean isTransition) {
public static void finishActivity(Context mContext, boolean isTransition) {
if (isTransition) {
((Activity) mContext).onBackPressed();
} else {
Expand Down

0 comments on commit 2feba4b

Please sign in to comment.