# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1657700809 0 # Node ID 025b4e3e7e75b3cb9cd26fb35e5d68dc6417905d # Parent 8a4f162810c2bd20323645acb38f24bd13420513 Android: Remove the androidx activity import since it was unused. Apparently the solution I ultimately went with didn't require the androidx activity library after all. This solution works with the older libraries. diff -r 8a4f162810c2 -r 025b4e3e7e75 android/DWindows.kt --- a/android/DWindows.kt Wed Jul 13 08:09:08 2022 +0000 +++ b/android/DWindows.kt Wed Jul 13 08:26:49 2022 +0000 @@ -42,7 +42,6 @@ import android.widget.* import android.widget.AdapterView.OnItemClickListener import android.widget.SeekBar.OnSeekBarChangeListener -import androidx.activity.result.contract.ActivityResultContracts import androidx.appcompat.app.AlertDialog import androidx.appcompat.app.AppCompatActivity import androidx.appcompat.widget.AppCompatEditText