mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:28:24 +00:00
fix unused argument
// FREEBIE
This commit is contained in:
parent
de63b0dd96
commit
239a11bfd2
@ -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…
x
Reference in New Issue
Block a user