Skip to content

Commit

Permalink
Add missing stub method
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia Kubova committed Jul 14, 2020
1 parent e5ea0b7 commit 95b5ddd
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -126,6 +126,12 @@ public static void setEnabledForDebuggableBuild(boolean enabled) {
public static void notifyUpdateAction(@UpdateAction int updateAction) {
}

/**
* Implements {@link #notifyUpdateAction(int)}.
*/
synchronized void handleUpdateAction(final int updateAction) {
}

/**
* Trigger a check for update.
* If the application is in background, it will delay the check for update until the application is in foreground.
Expand Down

0 comments on commit 95b5ddd

Please sign in to comment.