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:
Alexander Bakker 2017-12-12 02:33:45 +01:00
parent 644a6d89fe
commit 17378937a9

View file

@ -341,7 +341,6 @@ public class MainActivity extends AppCompatActivity implements KeyProfileAdapter
@Override
protected void onResume() {
super.onResume();
_keyProfileAdapter.notifyDataSetChanged();
setPreferredTheme();
}