Merge "Don't limit zoom scale change by the minimum increment." into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
0837fde9fd
@@ -535,7 +535,7 @@ class ZoomManager {
|
||||
mTextWrapScale = scale;
|
||||
}
|
||||
|
||||
if (exceedsMinScaleIncrement(scale, mActualScale) || force) {
|
||||
if (scale != mActualScale || force) {
|
||||
float oldScale = mActualScale;
|
||||
float oldInvScale = mInvActualScale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user