Skip to content

Commit

Permalink
fix settings window can't change front/background camera issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xionxiao committed Jul 20, 2018
1 parent 6e1f32f commit 9281191
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ android {
buildConfigField "String", "CLIENT_SEC", "\"0dc8b9c77c8b5597e7eef4b72c7dfaf8d5b834fdba24cf0a0b55eb85ae209b31\""
buildConfigField "String", "REDIRECT_URL", "\"AndroidKitchenSink://response\""
buildConfigField "String", "SCOPE", "\"spark:all\""
/*
buildConfigField "String", "CLIENT_ID", "\"C416dd36dd57b536a35816978e4f063a98849d285ca191f5566a32c0f0c3481ab\""
buildConfigField "String", "CLIENT_SEC", "\"bc851e0f4d4bd62c020a45de08e374101910200d43096f32d14b9e08164adac7\""
buildConfigField "String", "REDIRECT_URL", "\"KitchenSink://response\""
buildConfigField "String", "SCOPE", "\"spark:all\""
*/
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public SetupFragment() {
public void onStart() {
super.onStart();
agent = SparkAgent.getInstance();
//requirePermission();
requirePermission();
}

private void requirePermission() {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
allprojects {
repositories {
//mavenCentral()
mavenLocal()
//mavenLocal()
jcenter()
google()
maven {
Expand Down

0 comments on commit 9281191

Please sign in to comment.