forked from organicmaps/organicmaps-tmp
[android] Removed debug code.
This commit is contained in:
parent
d4f7fdb4e5
commit
cfa3cce246
3 changed files with 0 additions and 13 deletions
|
@ -150,8 +150,6 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_margin="5dp"
|
||||
android:gravity="center"
|
||||
android:text="Open this point with ???"
|
||||
android:drawableLeft="@drawable/ic_launcher"
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
android:layout_width="@dimen/abs__action_bar_default_height"
|
||||
android:paddingTop="@dimen/abs__action_bar_icon_vertical_padding"
|
||||
android:paddingBottom="@dimen/abs__action_bar_icon_vertical_padding"
|
||||
android:src="@drawable/ic_launcher"
|
||||
android:scaleType="fitStart"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -47,7 +46,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:gravity="left|center_vertical"
|
||||
android:text="Что-то там про булки и еду"
|
||||
android:singleLine="true"/>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -1061,15 +1061,6 @@ public class MWMActivity extends NvEventQueueActivity implements LocationService
|
|||
request.setHasPoint(activated);
|
||||
if (activated)
|
||||
request.setPointData(lat, lon, name, id);
|
||||
runOnUiThread(new Runnable()
|
||||
{
|
||||
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
Utils.toastShortcut(MWMActivity.this, name + " status: " + activated);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private native void nativeStorageConnected();
|
||||
|
|
Loading…
Add table
Reference in a new issue