fix unused argument
// FREEBIE
This commit is contained in:
parent
de63b0dd96
commit
239a11bfd2
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ public class TextSecurePreferences {
|
|||
}
|
||||
|
||||
public static void setLastPushReminderTime(Context context, long time) {
|
||||
setLongPreference(context, PUSH_REGISTRATION_REMINDER_PREF, System.currentTimeMillis());
|
||||
setLongPreference(context, PUSH_REGISTRATION_REMINDER_PREF, time);
|
||||
}
|
||||
|
||||
private static void setBooleanPreference(Context context, String key, boolean value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue