Hi,
i may have it wrong, but from the code it seems like the context passed to the PreferencesBuilder is saved statically inside ConcealPrefRepository.concealCrypto.
this may cause memory issues since the context will not be released. you may want to use the application context or a weak reference perhaps.
Hi, i may have it wrong, but from the code it seems like the context passed to the PreferencesBuilder is saved statically inside ConcealPrefRepository.concealCrypto. this may cause memory issues since the context will not be released. you may want to use the application context or a weak reference perhaps.