File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" jwtc.android.chess"
4
- android : versionCode =" 139 "
5
- android : versionName =" 8.6.11 "
4
+ android : versionCode =" 141 "
5
+ android : versionName =" 8.7.1 "
6
6
android : installLocation =" auto"
7
7
>
8
8
<application android : name =" .MyApplication" android : icon =" @drawable/icon" android : label =" @string/app_name"
Original file line number Diff line number Diff line change @@ -128,10 +128,11 @@ public void onDraw(Canvas canvas) {
128
128
129
129
bmp = _arrPieceBitmaps [ico ._color ][ico ._piece ];
130
130
131
- if (_start .sActivity .equals ("Play" ) && _options .is_bFlipBlack () &&
132
- (_options ._radioBlack .isChecked () ? ico ._color == 1 : ico ._color == 0 )) { // flips black for human vs human without
133
- canvas .rotate (180 , getWidth ()/2 , getHeight ()/2 ); // autoflip on while in Play mode
134
- }
131
+ // quick fix to not access other activities
132
+ // if (_start.sActivity.equals("Play") && _options.is_bFlipBlack() &&
133
+ // (_options._radioBlack.isChecked() ? ico._color == 1 : ico._color == 0)) { // flips black for human vs human without
134
+ // canvas.rotate(180, getWidth()/2, getHeight()/2); // autoflip on while in Play mode
135
+ // }
135
136
136
137
canvas .drawBitmap (bmp , _matrix , _paint );
137
138
You can’t perform that action at this time.
0 commit comments