mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-07 10:42:07 +00:00
Rename fragment_device to activity_device
This commit is contained in:
parent
5a980dfa0b
commit
b99d03f9b9
2 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ public class DeviceActivity extends SyncthingActivity {
|
|||
|
||||
super.onCreate(savedInstanceState);
|
||||
((SyncthingApp) getApplication()).component().inject(this);
|
||||
setContentView(R.layout.fragment_device);
|
||||
setContentView(R.layout.activity_device);
|
||||
|
||||
mIsCreateMode = getIntent().getBooleanExtra(EXTRA_IS_CREATE, false);
|
||||
setTitle(mIsCreateMode ? R.string.add_device : R.string.edit_device);
|
||||
|
|
Loading…
Reference in a new issue