Skip to content

Commit

Permalink
remove duplicate entry of setContentView
Browse files Browse the repository at this point in the history
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AlexNi245 authored and AndyScherzinger committed Aug 20, 2019
1 parent cdd5d38 commit 6ffa9d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ public class ActivitiesActivity extends FileActivity implements ActivityListInte
protected void onCreate(Bundle savedInstanceState) {
Log_OC.v(TAG, "onCreate() start");
super.onCreate(savedInstanceState);

mActionListener = new ActivitiesPresenter(activitiesRepository, filesRepository, this);

setContentView(R.layout.activity_list_layout);
setContentView(R.layout.activity_list_layout);
unbinder = ButterKnife.bind(this);

Expand Down

0 comments on commit 6ffa9d0

Please sign in to comment.