|
@@ -68,5 +68,5 @@
|
|
|
(when-not (and (config/local-db? repo)
|
|
(when-not (and (config/local-db? repo)
|
|
|
(not granted?)
|
|
(not granted?)
|
|
|
(not (util/electron?))
|
|
(not (util/electron?))
|
|
|
- (not (mobile-util/is-native-platform?)))
|
|
|
|
|
|
|
+ (not (mobile-util/native-platform?)))
|
|
|
(draw-container option draw-inner))))
|
|
(draw-container option draw-inner))))
|