fix previous
This commit is contained in:
parent
d74beb0027
commit
3c4324eee2
@ -149,8 +149,6 @@ public class OnlineActivity extends CommonActivity {
|
|||||||
|
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
m_pullToRefreshAttacher = PullToRefreshAttacher.get(this);
|
|
||||||
|
|
||||||
if (canUseProgress()) {
|
if (canUseProgress()) {
|
||||||
requestWindowFeature(Window.FEATURE_PROGRESS);
|
requestWindowFeature(Window.FEATURE_PROGRESS);
|
||||||
}
|
}
|
||||||
@ -170,6 +168,8 @@ public class OnlineActivity extends CommonActivity {
|
|||||||
|
|
||||||
setContentView(R.layout.login);
|
setContentView(R.layout.login);
|
||||||
|
|
||||||
|
m_pullToRefreshAttacher = PullToRefreshAttacher.get(this);
|
||||||
|
|
||||||
if (isOffline) {
|
if (isOffline) {
|
||||||
switchOfflineSuccess();
|
switchOfflineSuccess();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user