From f3baff762ae3e354c5e7a6c361f1f21190a1ab1a Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 5 Oct 2023 22:33:01 -0400 Subject: [PATCH] [FixRed] db_commit add rb-> to plugin function Change-Id: I9c47142c0075df47149805ec87effc6ee0b94a24 --- apps/plugins/tagcache/tagcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/tagcache/tagcache.c b/apps/plugins/tagcache/tagcache.c index f86c10d3dd..55ca2e2695 100644 --- a/apps/plugins/tagcache/tagcache.c +++ b/apps/plugins/tagcache/tagcache.c @@ -545,7 +545,7 @@ static void thread(void) short x, y; static int prev_y; - action = action_get_touchscreen_press(&x, &y); + action = rb->action_get_touchscreen_press(&x, &y); if(action & BUTTON_REL) prev_y = 0;