Compare commits
No commits in common. "539170109d3421d6a64bd36639b07479452b455b" and "680dd0f803b2776472b46e75632fe8d287964ba0" have entirely different histories.
539170109d
...
680dd0f803
@ -255,7 +255,8 @@ public abstract class AbstractSDParentActivity extends TabActivity {
|
||||
return res;
|
||||
}
|
||||
|
||||
public boolean getAlarms(long userID) {
|
||||
public boolean getAlarms(long userID)
|
||||
{
|
||||
if(tcp == null)
|
||||
return false;
|
||||
|
||||
|
@ -1741,9 +1741,11 @@ public class TabLayoutActivity extends AbstractSDParentActivity {
|
||||
}
|
||||
|
||||
//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);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRecordingsListReceived(TCPEvent event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user