summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2011-01-04 23:36:31 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2011-01-04 23:36:31 (GMT)
commite0b6054dbf609241a2c489df40bb255bff781cd0 (patch)
tree0760050396a5f02750694229149a11527b030744
parent00c5dffd03424fb9b2db3cb8dc66f463d25e655e (diff)
downloadSoftKeys-e0b6054dbf609241a2c489df40bb255bff781cd0.zip
SoftKeys-e0b6054dbf609241a2c489df40bb255bff781cd0.tar.gz
SoftKeys-e0b6054dbf609241a2c489df40bb255bff781cd0.tar.bz2
Add long press handler for service home button to use settings from prefs
-rw-r--r--src/net/hoopajoo/android/SoftKeys/SoftKeysService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/hoopajoo/android/SoftKeys/SoftKeysService.java b/src/net/hoopajoo/android/SoftKeys/SoftKeysService.java
index 899cfe7..9b50a4d 100644
--- a/src/net/hoopajoo/android/SoftKeys/SoftKeysService.java
+++ b/src/net/hoopajoo/android/SoftKeys/SoftKeysService.java
@@ -271,7 +271,7 @@ public class SoftKeysService extends Service {
((LinearLayout)mView.findViewById( R.id.button_container )).removeView( container.findViewById( R.id.settings ) ); // no settings in service
// arrange buttons
- Keys.applyButtons( settings, mView, c, null, touch, true );
+ Keys.applyButtons( settings, mView, c, lc, touch, true );
mView.setVisibility( View.INVISIBLE );
mView.setOnTouchListener( touch );
mView.setOnLongClickListener( longpress_rotate );