Record waiting on mes pushed at in NowBriefed

pull/14/head
Sam Bosley 11 years ago
parent f0dbf4172a
commit 8585ea88d9

@ -79,6 +79,8 @@ public class NowBriefed<TYPE extends RemoteModel> extends ServerToClientMessage
pushedAtKey = NameMaps.PUSHED_AT_USERS;
else if (NameMaps.TABLE_ID_TASK_LIST_METADATA.equals(table))
pushedAtKey = NameMaps.PUSHED_AT_TASK_LIST_METADATA;
else if (NameMaps.TABLE_ID_WAITING_ON_ME.equals(table))
pushedAtKey = NameMaps.PUSHED_AT_WAITING_ON_ME;
if (pushedAtKey != null)
Preferences.setLong(pushedAtKey, pushedAt);

Loading…
Cancel
Save