mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
only update volkeys pref after pref window's gone away rather than on
every focus gain.
This commit is contained in:
parent
98d4da136e
commit
afcf669be3
1 changed files with 2 additions and 2 deletions
|
@ -295,10 +295,10 @@ public class BoardActivity extends Activity implements UtilCtxt {
|
|||
if ( m_firingPrefs ) {
|
||||
m_firingPrefs = false;
|
||||
m_view.prefsChanged();
|
||||
m_volKeysZoom = CommonPrefs.getVolKeysZoom();
|
||||
m_view.setUseZoomControl( !m_volKeysZoom );
|
||||
m_jniThread.handle( JNIThread.JNICmd.CMD_PREFS_CHANGE );
|
||||
}
|
||||
m_volKeysZoom = CommonPrefs.getVolKeysZoom();
|
||||
m_view.setUseZoomControl( !m_volKeysZoom );
|
||||
// onContentChanged();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue