1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-31 07:10:14 -05: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 @Override
public void onLongPress(MotionEvent e) { public void onLongPress(MotionEvent e)
{
onLongPressGesture(); onLongPressGesture();
} }
} }