mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
'Fixed. 'Upload pictures via WIFI only' is hidden when going to files and come back to settings
This commit is contained in:
parent
d0cee8be85
commit
68eb22929d
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ public class Preferences extends SherlockPreferenceActivity implements AccountMa
|
|||
|
||||
mPrefInstantVideoUploadPathWiFi = findPreference("instant_video_upload_on_wifi");
|
||||
mPrefInstantVideoUpload = findPreference("instant_video_uploading");
|
||||
toggleInstantVideoOptions(((CheckBoxPreference) mPrefInstantUpload).isChecked());
|
||||
toggleInstantVideoOptions(((CheckBoxPreference) mPrefInstantVideoUpload).isChecked());
|
||||
|
||||
mPrefInstantVideoUpload.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue