SUPERCILEX / Robot-Scouter

:robot: Easy, efficient, and collaborative FIRST robot scouting
https://bit.ly/RobotScouter
GNU General Public License v3.0
107 stars 41 forks source link

Include smaller tablets #266

Open SUPERCILEX opened 4 years ago

SUPERCILEX commented 4 years ago

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