mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Add local notification when client receives HTTP 403
Also corrects typo in method name.
This commit is contained in:
@@ -23,6 +23,6 @@ public class UnauthorizedReminder extends Reminder {
|
||||
}
|
||||
|
||||
public static boolean isEligible(Context context) {
|
||||
return TextSecurePreferences.isUnauthorizedRecieved(context);
|
||||
return TextSecurePreferences.isUnauthorizedReceived(context);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user