Skip to content

Commit

Permalink
fix(android): Make Storage.clear() return promise (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored May 24, 2019
1 parent fb118f7 commit b8fbec1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ public void keys(PluginCall call) {
public void clear(PluginCall call) {
editor.clear();
editor.apply();
call.resolve();
}
}

0 comments on commit b8fbec1

Please sign in to comment.