We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d287e commit ffcaed0Copy full SHA for ffcaed0
aztec/src/main/kotlin/org/wordpress/aztec/watchers/event/sequence/ObservationQueue.kt
@@ -9,7 +9,6 @@ import org.wordpress.aztec.watchers.event.text.TextWatcherEvent
9
class ObservationQueue(val injector: IEventInjector) : EventSequence<TextWatcherEvent>() {
10
val buckets = ArrayList<Bucket>()
11
12
-
13
init {
14
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
15
buckets.add(API26Bucket())
0 commit comments