projects
/
platform
/
core
/
accessibility
/
screen-reader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c53de4e
)
Setting null context when screen is off
20/306720/1
accepted/tizen/7.0/unified/20240227.085102
author
Maria Bialota
<m.bialota@samsung.com>
Mon, 26 Feb 2024 13:14:15 +0000
(14:14 +0100)
committer
Maria Bialota
<m.bialota@samsung.com>
Mon, 26 Feb 2024 15:01:23 +0000
(16:01 +0100)
Change-Id: Ibe6605a572e809427e15516b6e824e7abf2cec8e
src/app_tracker.c
patch
|
blob
|
history
diff --git
a/src/app_tracker.c
b/src/app_tracker.c
index c9185d6ec4c886720322aaf417e3a38e713a4d0c..b23bc58e3617f9feb0f3291e9c708c91d6840c8e 100644
(file)
--- a/
src/app_tracker.c
+++ b/
src/app_tracker.c
@@
-741,7
+741,7
@@
static void app_tracker_context_switch(void *data, AtspiAccessible *root)
Service_Data *sd = get_pointer_to_service_data_struct();
if (device_display_state_screen_off_get(sd->system_data)) {
-
flat_navi_context_root_change(navigator_get_flat_navi_context(atd->view_content_changed_ecd->user_data), NULL
);
+
app_tracker_null_context_switch(atd
);
return;
}