修改多版本下载时,使用移动网络的提示方式
This commit is contained in:
@ -359,7 +359,7 @@ public class MainActivity extends BaseFragmentActivity implements
|
||||
@Override
|
||||
protected void onSaveInstanceState(Bundle outState) {
|
||||
super.onSaveInstanceState(outState);
|
||||
outState.putInt("currentTab" , currentTab);
|
||||
outState.putInt("currentTab", currentTab);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user