Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Temporary crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Apr 24, 2014
1 parent 6de4147 commit c3549cd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ public void restartApp(){
i.putExtra("page_id", pageId);
mContext.startActivity(i);

((WizardActivity) mContext).callFinishActivityReceiver();
((Activity) mContext).finish();
((Activity) mContext).finish();
}

public void setData(List<PageAction> actionList) {
Expand Down

0 comments on commit c3549cd

Please sign in to comment.