mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +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");
|
mPrefInstantVideoUploadPathWiFi = findPreference("instant_video_upload_on_wifi");
|
||||||
mPrefInstantVideoUpload = findPreference("instant_video_uploading");
|
mPrefInstantVideoUpload = findPreference("instant_video_uploading");
|
||||||
toggleInstantVideoOptions(((CheckBoxPreference) mPrefInstantUpload).isChecked());
|
toggleInstantVideoOptions(((CheckBoxPreference) mPrefInstantVideoUpload).isChecked());
|
||||||
|
|
||||||
mPrefInstantVideoUpload.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {
|
mPrefInstantVideoUpload.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue