mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
remove duplicate entry of setContentView
Signed-off-by: alex <alex.plutta@googlemail.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
cdd5d38d3d
commit
6ffa9d08fa
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue