Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Try another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colintheshots committed Aug 7, 2018
1 parent ec730ec commit 076d057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ExperimentsSettingsFragment : PreferenceFragmentCompat(),
if (rendererPreferenceChanged) {
activity?.app?.fretboard?.setOverride(
activity!!.app, experimentDescriptor, enginePreference.isChecked)
val launcherIntent = activity?.packageManager?.getLaunchIntentForPackage(activity?.packageName)
val launcherIntent = activity?.packageManager?.getLaunchIntentForPackage(activity!!.packageName)
ProcessPhoenix.triggerRebirth(context, launcherIntent)
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/taskcluster/accept-license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ set -ex
if [[ $(type -P "sdkmanager") ]]; then
yes | sdkmanager "platforms;android-28" "build-tools;28.0.2"
elif [[ $(type -P "android") ]]; then
yes | android update sdk --no-ui --filter android-28,build-tools-28.0.2
(while sleep 3; do echo "y"; done) | android update sdk --no-ui --filter android-28,build-tools-28.0.2
fi

0 comments on commit 076d057

Please sign in to comment.