mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-29 15:51:17 +00:00
Rename fragment_folder to activity_folder
This commit is contained in:
parent
b99d03f9b9
commit
6b50c598ca
2 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public class FolderActivity extends SyncthingActivity {
|
||||||
|
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
((SyncthingApp) getApplication()).component().inject(this);
|
((SyncthingApp) getApplication()).component().inject(this);
|
||||||
setContentView(R.layout.fragment_folder);
|
setContentView(R.layout.activity_folder);
|
||||||
|
|
||||||
mIsCreateMode = getIntent().getBooleanExtra(EXTRA_IS_CREATE, false);
|
mIsCreateMode = getIntent().getBooleanExtra(EXTRA_IS_CREATE, false);
|
||||||
setTitle(mIsCreateMode ? R.string.create_folder : R.string.edit_folder);
|
setTitle(mIsCreateMode ? R.string.create_folder : R.string.edit_folder);
|
||||||
|
|
Loading…
Reference in a new issue