1
0
Fork 0
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:
M66B 2019-01-15 16:38:04 +00:00
parent 52caf9978d
commit 3857b0013d

View file

@ -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