mirror of https://github.com/M66B/FairEmail.git
Fix
This commit is contained in:
parent
a5ae4e4d38
commit
c73725c220
|
@ -296,6 +296,7 @@ public class FragmentSetup extends FragmentEx {
|
|||
EntityFolder inbox = new EntityFolder();
|
||||
inbox.name = "INBOX";
|
||||
inbox.type = EntityFolder.INBOX;
|
||||
inbox.level = 0;
|
||||
inbox.synchronize = true;
|
||||
inbox.unified = true;
|
||||
inbox.notify = true;
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
android:id="@+id/grpHeader"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:constraint_referenced_ids="spAccount,spIdentity,ivIdentityAdd,etTo,ivToAdd,etSubject,vSeparator" />
|
||||
app:constraint_referenced_ids="spAccount,spIdentity,etTo,ivToAdd,etSubject,vSeparator" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/grpExtra"
|
||||
|
|
Loading…
Reference in New Issue