Key verification flow on BaseUI (#7240)
This commit is contained in:
co-authored by
GitHub
parent
a7e516d6f6
commit
0795b21c2b
+3
-2
@@ -13,8 +13,9 @@ template <class T> constexpr const T &clamp(const T &v, const T &lo, const T &hi
|
||||
|
||||
#if HAS_SCREEN
|
||||
#define IF_SCREEN(X) \
|
||||
if (screen) \
|
||||
X;
|
||||
if (screen) { \
|
||||
X; \
|
||||
}
|
||||
#else
|
||||
#define IF_SCREEN(...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user