mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Restore hints, etc
This commit is contained in:
parent
52caf9978d
commit
3857b0013d
1 changed files with 4 additions and 2 deletions
|
@ -50,7 +50,6 @@ import androidx.annotation.Nullable;
|
|||
import androidx.appcompat.widget.SwitchCompat;
|
||||
import androidx.constraintlayout.widget.Group;
|
||||
import androidx.fragment.app.FragmentActivity;
|
||||
import androidx.fragment.app.FragmentTransaction;
|
||||
|
||||
import static android.app.Activity.RESULT_OK;
|
||||
|
||||
|
@ -96,7 +95,10 @@ public class FragmentOptions extends FragmentEx implements SharedPreferences.OnS
|
|||
"unified", "threading", "compact", "avatars", "identicons", "preview", "addresses",
|
||||
"pull", "swipe", "actionbar", "autoclose", "autonext",
|
||||
"autoread", "collapse", "automove", "confirm", "sender", "autoresize", "autosend",
|
||||
"light", "sound", "debug"
|
||||
"light", "sound", "debug",
|
||||
"first", "why", "last_update_check",
|
||||
"app_support", "message_swipe", "message_select", "message_compact",
|
||||
"folder_actions", "folder_sync",
|
||||
};
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue