refresh_list_after_on_item_click #28

Merged
CiufudeanDani merged 2 commits from refresh_list_after_on_item_click into develop 2022-04-12 11:33:32 +00:00
Showing only changes of commit 8661d85218 - Show all commits

View File

@ -128,9 +128,10 @@ public class AlarmActivity extends Activity {
setConvertViewAlarm(arg1);
// save position
ackPosition = position;
if (!AppParams.DEMO)
if (!AppParams.DEMO) {
getParentTab().getAlarms(AppParams.USERID);
setACK(getAllAlarms().get(position).idx, getAllAlarms().get(position).type, getAllAlarms().get(position).unitName);
else {
} else {
getAllAlarms().get(position).ack = 1;
updateResultsInUi("else");
}