Skip to content

Commit 5f17698

Browse files
committed
Reformat source
1 parent 346340c commit 5f17698

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

permission-flow/src/main/java/dev/shreyaspatil/permissionFlow/PermissionFlow.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ interface PermissionFlow {
194194
/**
195195
* Starts listening the changes of state of permissions.
196196
*
197-
* Ideally it automatically starts listening eagerly when application is started and created
198-
* via [dev.shreyaspatil.permissionFlow.initializer.PermissionFlowInitializer]. If initializer
199-
* is disabled, then starts listening lazily when [getPermissionState] [getPermissionEvent] or
200-
* [getMultiplePermissionState] method is used for the first time. But this can be used to
201-
* start to listen again after stopping listening with [stopListening].
197+
* Ideally it automatically starts listening eagerly when application is started and created via
198+
* [dev.shreyaspatil.permissionFlow.initializer.PermissionFlowInitializer]. If initializer is
199+
* disabled, then starts listening lazily when [getPermissionState] [getPermissionEvent] or
200+
* [getMultiplePermissionState] method is used for the first time. But this can be used to start
201+
* to listen again after stopping listening with [stopListening].
202202
*/
203203
fun startListening()
204204

permission-flow/src/test/java/dev/shreyaspatil/permissionFlow/initializer/PermissionFlowInitializerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class PermissionFlowInitializerTest {
6464
verifySequence {
6565
PermissionFlow.init(context)
6666
PermissionFlow.getInstance()
67-
permissionFlow.startListening()
67+
permissionFlow.startListening()
6868
}
6969
}
7070

0 commit comments

Comments
 (0)