mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-04 02:25:39 +00:00
Maintenance: changed upcast to use method type parameter.
Closes #3933 // FREEBIE
This commit is contained in:
parent
99adbe5784
commit
201da6f2a2
@ -66,8 +66,7 @@ public class TextSecureCommunicationModule {
|
|||||||
TextSecurePreferences.getLocalNumber(context),
|
TextSecurePreferences.getLocalNumber(context),
|
||||||
TextSecurePreferences.getPushServerPassword(context),
|
TextSecurePreferences.getPushServerPassword(context),
|
||||||
new TextSecureAxolotlStore(context),
|
new TextSecureAxolotlStore(context),
|
||||||
Optional.of((TextSecureMessageSender.EventListener)
|
Optional.<TextSecureMessageSender.EventListener>of(new SecurityEventListener(context)));
|
||||||
new SecurityEventListener(context)));
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user