mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01: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