Fixed a bug with the last start page.
This commit is contained in:
parent
e1bf16f20c
commit
f6e5f989b8
3 changed files with 2 additions and 6 deletions
|
|
@ -174,7 +174,7 @@ public class MainActivity extends AbsSlidingMusicPanelActivity
|
|||
public void run() {
|
||||
setMusicChooser(LIBRARY);
|
||||
}
|
||||
}, 300);
|
||||
}, 200);
|
||||
break;
|
||||
case R.id.nav_folders:
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
|
|
@ -182,7 +182,7 @@ public class MainActivity extends AbsSlidingMusicPanelActivity
|
|||
public void run() {
|
||||
setMusicChooser(FOLDERS);
|
||||
}
|
||||
}, 300);
|
||||
}, 200);
|
||||
break;
|
||||
case R.id.support_development:
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
|
|
|
|||
|
|
@ -150,8 +150,6 @@ public class FolderFragment extends AbsMainActivityFragment implements MainActiv
|
|||
|
||||
@Override
|
||||
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
|
||||
PreferenceUtil.getInstance(getActivity()).setLastPage(-2);
|
||||
|
||||
getMainActivity().setStatusbarColorAuto();
|
||||
getMainActivity().setNavigationbarColorAuto();
|
||||
getMainActivity().setTaskDescriptionColorAuto();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue