Skip to content

Commit

Permalink
Merge branch 'feature/distribute-play-implementation' into feature/di…
Browse files Browse the repository at this point in the history
…stribute-play-app
  • Loading branch information
Anastasia Kubova committed Jul 14, 2020
2 parents eb0e2eb + 95b5ddd commit 6ecd374
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 6ecd374

Please sign in to comment.