summaryrefslogtreecommitdiff
path: root/library/self.gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2018-02-01 18:01:33 -0800
committerMaurice Lam <yukl@google.com>2018-02-01 21:16:39 -0800
commitc9c5c4431a920e8a22d96bf3721e2c5377c9b57b (patch)
tree94742d939c31ce11833ffc8d3b17d92a004c8878 /library/self.gradle
parentf2c8c89ad6048dd304f36928f1cddacbe7dbd920 (diff)
downloadsetupwizard-c9c5c4431a920e8a22d96bf3721e2c5377c9b57b.tar.gz
Set the back button sysUiVisibility as well
Changes to window sysUiVisibility is not picked up after the window is laid out, so add a call to set the decor view's sysUiVisibility as well. Test: ./gradlew connectedAndroidTest Bug: 72840994 Change-Id: I6f0744599f46adf1840738f226b4394e5b7ed1df
Diffstat (limited to 'library/self.gradle')
-rw-r--r--library/self.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/self.gradle b/library/self.gradle
index 86dea0e..a4bff4e 100644
--- a/library/self.gradle
+++ b/library/self.gradle
@@ -29,6 +29,7 @@ android.sourceSets {
androidTestImplementation 'com.android.support.test:runner:1.0.0'
androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
+ androidTestImplementation 'com.google.truth:truth:0.31'
androidTestImplementation 'junit:junit:4.+'
androidTestImplementation 'org.mockito:mockito-core:1.9.5'
}