Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshSirohi committed Sep 11, 2023
1 parent 8a01bef commit 9a9835f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@ android {
// }
// into('build/intermediates/assets/release')
// }

//
// tasks.configureEach { task ->
// if (task.name.startsWith('assemble')) {
// task.dependsOn fixLineEndings
// }
// }


namespace 'com.akansh.fileserversuit'

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void onReceive(Context context, final Intent intent) {
}
}
};
// registerReceiver(updateUIReciver, filter);

ContextCompat.registerReceiver(this, updateUIReciver, filter, ContextCompat.RECEIVER_NOT_EXPORTED);
FloatingActionButton qrBtn = findViewById(R.id.qrBtn);
qrBtn.setOnClickListener(v -> toggleQRView());
Expand Down

0 comments on commit 9a9835f

Please sign in to comment.