Compare commits

..

No commits in common. "539170109d3421d6a64bd36639b07479452b455b" and "680dd0f803b2776472b46e75632fe8d287964ba0" have entirely different histories.

2 changed files with 7 additions and 4 deletions

View File

@ -255,7 +255,8 @@ public abstract class AbstractSDParentActivity extends TabActivity {
return res; return res;
} }
public boolean getAlarms(long userID) { public boolean getAlarms(long userID)
{
if(tcp == null) if(tcp == null)
return false; return false;

View File

@ -1741,9 +1741,11 @@ public class TabLayoutActivity extends AbstractSDParentActivity {
} }
//list for SMS //list for SMS
if (AppParams.crtTab == AppParams.Tabs.alarms) if (AppParams.crtTab == AppParams.Tabs.alarms) {
SM.Debug("currentActivity instanceof AlarmActivity - newSMS | " + tempArr[0] + " | " + tempArr[1]);
getAlarms(AppParams.USERID); getAlarms(AppParams.USERID);
} }
}
@Override @Override
public void onRecordingsListReceived(TCPEvent event) { public void onRecordingsListReceived(TCPEvent event) {