summaryrefslogtreecommitdiff
path: root/platform/android/src/run_loop.cpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-07-06 17:35:01 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-07-06 17:43:09 +0300
commit2425cf4ef839bbeec82403ea0bf8b74e68ca0ac8 (patch)
tree7ac6197fd6c1515492d9448c01b6969a446ffa6c /platform/android/src/run_loop.cpp
parent99a4850613931059174ecf0c6a41af4690481e3a (diff)
downloadqtlocation-mapboxgl-2425cf4ef839bbeec82403ea0bf8b74e68ca0ac8.tar.gz
Revert "[android] Do not create Timers on Default main loops"
This reverts commit 13cd75f099c92b6f0862db00eee8ff4a78a73316.
Diffstat (limited to 'platform/android/src/run_loop.cpp')
-rw-r--r--platform/android/src/run_loop.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/src/run_loop.cpp b/platform/android/src/run_loop.cpp
index af85ab42df..886dcab898 100644
--- a/platform/android/src/run_loop.cpp
+++ b/platform/android/src/run_loop.cpp
@@ -80,8 +80,6 @@ RunLoop::Impl::Impl(RunLoop* runLoop_, RunLoop::Type type) : runLoop(runLoop_) {
case Type::Default:
ret = ALooper_addFd(loop, fds[PIPE_OUT], ALOOPER_POLL_CALLBACK,
ALOOPER_EVENT_INPUT, looperCallbackDefault, this);
- running = true;
- isDefaultLoop = true;
break;
}