mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1130030 - Make EditorBranch implement apply. r=nalexander
This commit is contained in:
parent
0194905b1b
commit
fd6fa8cbea
@ -22,9 +22,9 @@ public class EditorBranch implements Editor {
|
||||
this.editor = prefs.edit();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void apply() {
|
||||
// Android <=r8 SharedPreferences.Editor does not contain apply() for overriding.
|
||||
this.editor.commit();
|
||||
this.editor.apply();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user