1
0
Fork 0
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:
Catfriend1 2019-02-09 15:58:23 +01:00
parent b99d03f9b9
commit 6b50c598ca
2 changed files with 1 additions and 1 deletions

View file

@ -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);