Commit b05f5458 authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix coding style

parent bdd58643
......@@ -65,8 +65,8 @@ abstract class AbstractFragmentActivity extends RxAppCompatActivity {
.commit();
}
@Override public boolean dispatchTouchEvent(MotionEvent ev) {
InstabugTrackingDelegate.notifyActivityGotTouchEvent(ev, this);
return super.dispatchTouchEvent(ev);
@Override public boolean dispatchTouchEvent(MotionEvent event) {
InstabugTrackingDelegate.notifyActivityGotTouchEvent(event, this);
return super.dispatchTouchEvent(event);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment