Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Romanov <rromanov@65gb.net>2017-04-05 12:07:16 +0300
committerRoman Romanov <rromanov@65gb.net>2017-04-12 12:23:46 +0300
commit6125b416e267a500e3030b8db8156ea1ef4cf6ea (patch)
treef121996e68d721a3e2e6923ff849f130bc749067
parentf50168854e9acb427ef1cbf6c62f92ad2e1dc54c (diff)
[android] added comment
-rw-r--r--android/src/com/mapswithme/maps/SplashActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/com/mapswithme/maps/SplashActivity.java b/android/src/com/mapswithme/maps/SplashActivity.java
index 2354d92eea..f55f0bf35d 100644
--- a/android/src/com/mapswithme/maps/SplashActivity.java
+++ b/android/src/com/mapswithme/maps/SplashActivity.java
@@ -58,6 +58,7 @@ public class SplashActivity extends AppCompatActivity
public void run()
{
init();
+// Run delayed task because resumeDialogs() must be called after onPause()
UiThread.runLater(mFinalTask);
}
};