@@ -72,14 +76,14 @@ public class BarcodeIdActivity extends AppCompatActivity {
* Will generate a barcode bitmap and apply it to the barcodeImageview. Note: barcode will not fill whole constraint as the width of the bars is determined in pixels, to prevent distortion
* This stores all event data received by /get_event_data get request. It can be accessed by the static instance. The instance should be deleted when a new session is started
* Contains all the data received by the server with GET /checkin_update_data in a android friendly format. The JSON file received by the server fills this.