mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-28 09:38:09 +00:00
Don't call notifyDataSetChanged in onResume
The call appeared to be useless. Feel free to revert if it isn't
This commit is contained in:
parent
644a6d89fe
commit
17378937a9
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ public class MainActivity extends AppCompatActivity implements KeyProfileAdapter
|
|||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
_keyProfileAdapter.notifyDataSetChanged();
|
||||
setPreferredTheme();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue