Fixed some of the apps most common FCs according to its fabric.io statistics
This commit is contained in:
parent
6a6da75fd6
commit
5a25738993
3 changed files with 34 additions and 21 deletions
|
|
@ -95,8 +95,15 @@ public abstract class AbsTagEditorActivity extends AbsBaseActivity {
|
|||
setContentView(getContentViewResId());
|
||||
|
||||
getIntentExtras();
|
||||
headerVariableSpace = getResources().getDimensionPixelSize(R.dimen.tagEditorHeaderVariableSpace);
|
||||
|
||||
songPaths = getSongPaths();
|
||||
if (songPaths.isEmpty()) {
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
||||
headerVariableSpace = getResources().getDimensionPixelSize(R.dimen.tagEditorHeaderVariableSpace);
|
||||
|
||||
|
||||
initViews();
|
||||
setUpViews();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue