Small fix

This commit is contained in:
M66B
2019-05-06 13:34:47 +02:00
parent 0356d86a4a
commit 1a0dac6e70
5 changed files with 5 additions and 5 deletions

View File

@@ -21,9 +21,9 @@ package eu.faircode.email;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import androidx.annotation.NonNull;
import androidx.preference.PreferenceManager;
import androidx.room.Entity;
import androidx.room.ForeignKey;
import androidx.room.Index;