Remove target api (should not be used?)

This commit is contained in:
Victor Shcherb 2015-11-30 20:17:17 +01:00
parent 804e4cf68c
commit a6e5b904b5

View file

@ -1,6 +1,4 @@
package net.osmand.plus.osmedit;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.Dialog;
import android.app.ProgressDialog;
@ -125,7 +123,6 @@ public class EditPoiDialogFragment extends DialogFragment {
.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
}
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {