mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 23:43:37 +00:00
Fix a bug on playNext
This commit is contained in:
@@ -59,13 +59,14 @@ public class MainActivity extends BaseActivity {
|
||||
connectivityStatusBroadcastReceiver = new ConnectivityStatusBroadcastReceiver(this);
|
||||
connectivityStatusReceiverManager(true);
|
||||
|
||||
init();
|
||||
checkConnectionType();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
init();
|
||||
initServiceContent();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -94,7 +95,6 @@ public class MainActivity extends BaseActivity {
|
||||
|
||||
initBottomSheet();
|
||||
initNavigation();
|
||||
initServiceContent();
|
||||
|
||||
if (PreferenceUtil.getInstance(this).getToken() != null) {
|
||||
goFromLogin();
|
||||
|
||||
Reference in New Issue
Block a user