lib/app: add FIXME to the conditional importation of android::ui
[nit.git] / lib / app / ui.nit
index 3006a47..fe32436 100644 (file)
@@ -20,7 +20,7 @@ import app_base
 # Platform variations
 # TODO: move on the platform once qualified names are understand in the condition
 import linux::ui is conditional(linux)
-import android::ui is conditional(android)
+import android::ui is conditional(android) # FIXME it should be conditional to `android::platform`
 
 redef class App
        super AppComponent