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:
authorExMix <rahuba.youri@mapswithme.com>2015-11-29 13:31:05 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 19:06:03 +0300
commit06f54b14775c72b8abbfd516f4628a1dfad297c6 (patch)
tree885c0bf771863b6bf31fb26c1393447ee303fd5e /drape_frontend/message.hpp
parent0a6337bb2a57f2b260b1f747b4033d2089c51dbd (diff)
[drape] only one UpdateReadManagerMessage at moment
Diffstat (limited to 'drape_frontend/message.hpp')
-rw-r--r--drape_frontend/message.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/drape_frontend/message.hpp b/drape_frontend/message.hpp
index bc5b7a4492..534c5e2cb1 100644
--- a/drape_frontend/message.hpp
+++ b/drape_frontend/message.hpp
@@ -52,7 +52,8 @@ public:
enum class MessagePriority
{
Normal,
- High
+ High,
+ UberHighSingleton
};
} // namespace df