[FL-2388] Fix Mifare Classic exit #1065
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		@@ -25,6 +25,10 @@ typedef enum {
 | 
				
			|||||||
} NfcWorkerState;
 | 
					} NfcWorkerState;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef enum {
 | 
					typedef enum {
 | 
				
			||||||
 | 
					    // Reserve first 50 events for application events
 | 
				
			||||||
 | 
					    NfcWorkerEventReserved = 50,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Nfc worker common events
 | 
				
			||||||
    NfcWorkerEventSuccess,
 | 
					    NfcWorkerEventSuccess,
 | 
				
			||||||
    NfcWorkerEventFail,
 | 
					    NfcWorkerEventFail,
 | 
				
			||||||
    NfcWorkerEventNoCardDetected,
 | 
					    NfcWorkerEventNoCardDetected,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user