zeevy / grblcontroller

Compact android mobile application for gcode streaming and controlling a cnc machine with grbl firmware
GNU General Public License v3.0
196 stars 70 forks source link

fix missing import #168

Closed ho-ho-ho closed 1 year ago

ho-ho-ho commented 1 year ago

Currently the master branch doesn't compile in Android Studio because of a missing import after #166 : DialogInterface is used in GrblActivity.java without being imported.