mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-08 15:47:47 +00:00
Add support for Steam OTP
This commit is contained in:
parent
a46640f43d
commit
1dd5f893da
18 changed files with 234 additions and 56 deletions
|
@ -515,11 +515,6 @@ public class PreferencesFragment extends PreferenceFragmentCompat {
|
|||
|
||||
_result.putExtra("needsRecreate", true);
|
||||
Snackbar bar = Snackbar.make(getView(), String.format(Locale.getDefault(), getString(R.string.imported_entries_count), entries.size(), errors.size()), Snackbar.LENGTH_LONG);
|
||||
if (errors.size() == 0) {
|
||||
bar.setAction(R.string.details, v -> {
|
||||
|
||||
});
|
||||
}
|
||||
bar.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue