[FL-2456] App notifications update (#1175)
* Notifications update: SubGHz * Notifications: ibutton, infrared, rfid
This commit is contained in:
@@ -32,7 +32,7 @@ bool LfRfidAppSceneWrite::on_event(LfRfidApp* app, LfRfidApp::Event* event) {
|
||||
|
||||
switch(result) {
|
||||
case RfidWorker::WriteResult::Nothing:
|
||||
notification_message(app->notification, &sequence_blink_yellow_10);
|
||||
notification_message(app->notification, &sequence_blink_magenta_10);
|
||||
break;
|
||||
case RfidWorker::WriteResult::Ok:
|
||||
notification_message(app->notification, &sequence_success);
|
||||
@@ -51,7 +51,7 @@ bool LfRfidAppSceneWrite::on_event(LfRfidApp* app, LfRfidApp::Event* event) {
|
||||
AlignTop);
|
||||
card_not_supported = true;
|
||||
}
|
||||
notification_message(app->notification, &sequence_blink_red_10);
|
||||
notification_message(app->notification, &sequence_blink_yellow_10);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user