mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-26 20:33:07 +08:00
CB-453: FileWriter.append - Chinese characters are not appended to the file correctly
This commit is contained in:
parent
5d43835db8
commit
cb473dfed4
@ -989,7 +989,7 @@ public class FileUtils extends Plugin {
|
||||
out.flush();
|
||||
out.close();
|
||||
|
||||
return data.length();
|
||||
return rawData.length;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user