Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - remove NativeMap#update()
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Mar 27, 2019
1 parent 35e4066 commit 0ec8945
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ interface NativeMap {
// Lifecycle API
//

void update();

void resizeView(int width, int height);

void onLowMemory();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,6 @@ public void destroy() {
nativeDestroy();
}

@Override
public void update() {
if (checkState("update")) {
return;
}

mapRenderer.requestRender();
}

@Override
public void resizeView(int width, int height) {
if (checkState("resizeView")) {
Expand Down

0 comments on commit 0ec8945

Please sign in to comment.