mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-28 17:48:11 +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
|
@Override
|
||||||
protected void onResume() {
|
protected void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
_keyProfileAdapter.notifyDataSetChanged();
|
|
||||||
setPreferredTheme();
|
setPreferredTheme();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue