mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Seem to be a formatting bug in Android Studio
This commit is contained in:
@@ -130,7 +130,7 @@ public abstract class DB extends RoomDatabase {
|
||||
|
||||
@TypeConverter
|
||||
public static String toStringArray(String[] value) {
|
||||
return TextUtils.join(",", value);
|
||||
return TextUtils.join("," , value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user