mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-23 23:54:51 +01:00
v1.1.6
- カラムヘッダの色を編集した直後にカラムに反映されなかったバグがv1.1.4で発生していた
This commit is contained in:
parent
d81b86ea99
commit
6419a3d031
@ -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"
|
||||
}
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user