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-25 13:54:09 +0300
commit93f2195b68ee2c49c74ceb176b0699bf3cc04ed2 (patch)
tree5798f565a7a70a70c5fa53982ec8db840103a3a9 /android
parentdc7d46fc111a44364932f67275619fc27c1258e1 (diff)
[android] added comment
Diffstat (limited to 'android')
-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);
}
};