mirror of https://github.com/M66B/FairEmail.git
Explicitly disable cloud sync for Play Store version
This commit is contained in:
parent
835a7da410
commit
761b7de5d6
|
@ -263,7 +263,8 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
||||||
// Initialize
|
// Initialize
|
||||||
FragmentDialogTheme.setBackground(getContext(), view, false);
|
FragmentDialogTheme.setBackground(getContext(), view, false);
|
||||||
Helper.linkPro(tvExportPro);
|
Helper.linkPro(tvExportPro);
|
||||||
cardCloud.setVisibility(!TextUtils.isEmpty(BuildConfig.CLOUD_URI)
|
cardCloud.setVisibility(!BuildConfig.PLAY_STORE_RELEASE &&
|
||||||
|
!TextUtils.isEmpty(BuildConfig.CLOUD_URI)
|
||||||
? View.VISIBLE : View.GONE);
|
? View.VISIBLE : View.GONE);
|
||||||
Helper.linkPro(tvCloudPro);
|
Helper.linkPro(tvCloudPro);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue