mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Disable expiring warning as a workaround for i18n issue
This commit is contained in:
@@ -134,10 +134,11 @@ public class NavDrawerActivity extends BriarActivity implements
|
||||
navDrawerViewModel = provider.get(NavDrawerViewModel.class);
|
||||
pluginViewModel = provider.get(PluginViewModel.class);
|
||||
|
||||
if (IS_DEBUG_BUILD) {
|
||||
navDrawerViewModel.showExpiryWarning()
|
||||
.observe(this, this::showExpiryWarning);
|
||||
}
|
||||
// Disable expiry warning due to i18n problem
|
||||
//if (IS_DEBUG_BUILD) {
|
||||
//navDrawerViewModel.showExpiryWarning()
|
||||
// .observe(this, this::showExpiryWarning);
|
||||
//}
|
||||
navDrawerViewModel.shouldAskForDozeWhitelisting().observe(this, ask -> {
|
||||
if (ask) showDozeDialog(getString(R.string.setup_doze_intro));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user