mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-14 07:27:44 +00:00
fix unused argument
// FREEBIE
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user