mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Merge remote-tracking branch 'origin/bug_folder_size_delay' into bug_folder_size_delay
This commit is contained in:
commit
fffa77e211
2 changed files with 4 additions and 4 deletions
|
@ -137,10 +137,10 @@ OCFileListFragment.ContainerActivity, FileDetailFragment.ContainerActivity, OnNa
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
Log_OC.d(TAG, "onCreate() start");
|
Log_OC.d(TAG, "onCreate() start");
|
||||||
super.onCreate(savedInstanceState);
|
|
||||||
|
|
||||||
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
|
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
|
||||||
|
|
||||||
|
super.onCreate(savedInstanceState); // this calls onAccountChanged() when ownCloud Account is valid
|
||||||
|
|
||||||
mHandler = new Handler();
|
mHandler = new Handler();
|
||||||
|
|
||||||
/// bindings to transference services
|
/// bindings to transference services
|
||||||
|
|
Loading…
Reference in a new issue