Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Fix a crash when creating a new Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitletondor authored Nov 28, 2017
1 parent 05b0e6b commit f3ced8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MVPActivity/root/src/app_package/classes/Activity.java.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ${packageName}.view.impl;
import android.os.Bundle;
import android.support.annotation.NonNull;

import ${applicationPackage}.R;
import ${packageName}.R;
import ${packageName}.view.${viewClass};
import ${packageName}.presenter.loader.PresenterFactory;
import ${packageName}.presenter.${presenterClass};
Expand Down

0 comments on commit f3ced8d

Please sign in to comment.