Add support for Steam OTP

This commit is contained in:
Alexander Bakker 2019-03-31 22:15:03 +02:00
parent a46640f43d
commit 1dd5f893da
18 changed files with 234 additions and 56 deletions

View file

@ -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();
}