Revision 9a092737
Added by Leszek Koltunski about 1 year ago
src/main/java/org/distorted/main/MainActivity.java | ||
---|---|---|
222 | 222 |
super.onConfigurationChanged(conf); |
223 | 223 |
|
224 | 224 |
getWindowWidth(conf); |
225 |
mGrid.updateGrid(this,mScreenWidth); |
|
225 |
if( mGrid!=null ) mGrid.updateGrid(this,mScreenWidth);
|
|
226 | 226 |
} |
227 | 227 |
|
228 | 228 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
bugfix.