1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2024-12-23 23:54:51 +01:00
- カラムヘッダの色を編集した直後にカラムに反映されなかったバグがv1.1.4で発生していた
This commit is contained in:
tateisu 2017-08-12 12:04:52 +09:00
parent d81b86ea99
commit 6419a3d031
2 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "jp.juggler.subwaytooter"
minSdkVersion 21
targetSdkVersion 25
versionCode 115
versionName "1.1.5"
versionCode 116
versionName "1.1.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -489,6 +489,7 @@ public class ActMain extends AppCompatActivity
app_state.saveColumnList();
int idx = data.getIntExtra( ActColumnCustomize.EXTRA_COLUMN_INDEX, 0 );
if( idx >= 0 && idx < app_state.column_list.size() ){
app_state.column_list.get( idx ).fireColumnColor();
app_state.column_list.get( idx ).fireShowContent();
}
updateColumnStrip();