Robot-Scouter icon indicating copy to clipboard operation
Robot-Scouter copied to clipboard

Include smaller tablets

Open SUPERCILEX opened this issue 4 years ago • 0 comments

Should be:

(resources.getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) > Configuration.SCREENLAYOUT_SIZE_LARGE ||
  (configuration.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) <= Configuration.SCREENLAYOUT_SIZE_LARGE && configuration.smallestScreenWidthDp >= 600;

But is: https://github.com/SUPERCILEX/Robot-Scouter/blob/c8457958c0e1fb921f1f0b601f3310a3b5262f4c/library/core-ui/src/main/java/com/supercilex/robotscouter/core/ui/Ui.kt#L28-L30

SUPERCILEX avatar Sep 11 '19 04:09 SUPERCILEX