Subversion Repository Public Repository

Nextrek

Diff Revisions 677 vs 686 for /Android/SmartCharging/SmartCharging/app/src/main/java/it/fedeloper/smartcharging/Controller/MapActivity.java

Diff revisions: vs.
  @@ -722,8 +722,13 @@
722 722
723 723 private void closeFullInfo() {
724 724 expanded=false;
725 + runOnUiThread(new Runnable() {
726 + @Override
727 + public void run() {
728 + otherInfo.setText(R.string.local_detail_button);
729 + }
730 + });
725 731
726 - otherInfo.setText(R.string.local_detail_button);
727 732
728 733 ObjectAnimator objectAnimator = ObjectAnimator.ofInt(( a.findViewById(R.id.scrollView)), "scrollY", ( a.findViewById(R.id.scrollView)).getBottom(), 0).setDuration(500);
729 734 objectAnimator.start();