1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
This commit is contained in:
Jesse Vincent 2010-07-15 03:42:17 +00:00
parent d3cc1fdfdc
commit a58d91f7c7

View File

@ -173,7 +173,8 @@ public class K9Activity extends Activity
}
@Override
public void onLongPress(MotionEvent e) {
public void onLongPress(MotionEvent e)
{
onLongPressGesture();
}
}