<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GeoView.CollapseAttribution () Java.Lang.RuntimeException: Only the original thread that created a view hierarchy can touch its views. in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/geoview-collapseattribution-java-lang/m-p/723777#M9125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this still reproducible with v100.5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Apr 2019 23:25:22 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2019-04-15T23:25:22Z</dc:date>
    <item>
      <title>GeoView.CollapseAttribution () Java.Lang.RuntimeException: Only the original thread that created a view hierarchy can touch its views.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoview-collapseattribution-java-lang/m-p/723775#M9123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our crash reporting, we get this error every so often.&amp;nbsp; Is there a way we can prevent it and make sure that it's called on the UI thread or is that something only you can do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExceptionDispatchInfo.Throw ()&lt;BR /&gt;JniEnvironment+InstanceMethods.CallVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args)&lt;BR /&gt;JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters)&lt;BR /&gt;TextView.SetSingleLine (System.Boolean singleLine)&lt;BR /&gt;GeoView.CollapseAttribution ()&lt;BR /&gt;GeoView.OnGeoViewTapped (Android.Graphics.PointF screenLocation, Esri.ArcGISRuntime.UI.DeviceIndependentPointingDevice device)&lt;BR /&gt;UserInteractionHandler.OnTapped (Android.Graphics.PointF screenLocation, Esri.ArcGISRuntime.UI.DeviceIndependentPointingDevice device)&lt;BR /&gt;AndroidDeviceInteractionHandler.OnSingleTapConfirmed (Android.Views.MotionEvent e)&lt;BR /&gt;GestureDetector+IOnDoubleTapListenerInvoker.n_OnSingleTapConfirmed_Landroid_view_MotionEvent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_e)&lt;BR /&gt;(wrapper dynamic-method) System.Object.5e0ab96e-6fb7-4c66-841e-397ae52430ca(intptr,intptr,intptr)&lt;BR /&gt;android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.&lt;BR /&gt;android.view.ViewRootImpl.checkThread(ViewRootImpl.java:6442)&lt;BR /&gt;android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:919)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.widget.RelativeLayout.requestLayout(RelativeLayout.java:360)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.view.View.requestLayout(View.java:17498)&lt;BR /&gt;android.widget.TextView.setLines(TextView.java:3386)&lt;BR /&gt;android.widget.TextView.applySingleLine(TextView.java:7373)&lt;BR /&gt;android.widget.TextView.setSingleLine(TextView.java:7351)&lt;BR /&gt;md5110b0bbb3c85ab617c45131eadbc2cc8.AndroidDeviceInteractionHandler.n_onSingleTapConfirmed(Native Method)&lt;BR /&gt;md5110b0bbb3c85ab617c45131eadbc2cc8.AndroidDeviceInteractionHandler.onSingleTapConfirmed(AndroidDeviceInteractionHandler.java:66)&lt;BR /&gt;android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:273)&lt;BR /&gt;android.os.Handler.dispatchMessage(Handler.java:102)&lt;BR /&gt;android.os.Looper.loop(Looper.java:135)&lt;BR /&gt;android.os.HandlerThread.run(HandlerThread.java:61)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 19:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoview-collapseattribution-java-lang/m-p/723775#M9123</guid>
      <dc:creator>NathanWestfall1</dc:creator>
      <dc:date>2019-01-08T19:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: GeoView.CollapseAttribution () Java.Lang.RuntimeException: Only the original thread that created a view hierarchy can touch its views.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoview-collapseattribution-java-lang/m-p/723776#M9124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had this issue on 100.2.1 and is still occurring on 100.4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 16:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoview-collapseattribution-java-lang/m-p/723776#M9124</guid>
      <dc:creator>NathanWestfall1</dc:creator>
      <dc:date>2019-04-11T16:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: GeoView.CollapseAttribution () Java.Lang.RuntimeException: Only the original thread that created a view hierarchy can touch its views.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoview-collapseattribution-java-lang/m-p/723777#M9125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this still reproducible with v100.5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2019 23:25:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoview-collapseattribution-java-lang/m-p/723777#M9125</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-04-15T23:25:22Z</dc:date>
    </item>
  </channel>
</rss>

