File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
app/src/main/java/com/duckduckgo/app/ui Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public void fire() {
236
236
public void loadTabsSwitcherTabs () {
237
237
if (tabSwitcherView != null ) {
238
238
tabSwitcherView .showTabs (tabs );
239
- if (tabs .size () == 0 ) {
239
+ if (tabs .size () == 0 ) {
240
240
tabSwitcherView .showNoTabsTitle ();
241
241
} else {
242
242
tabSwitcherView .showTitle ();
Original file line number Diff line number Diff line change 22
22
import android .content .ClipboardManager ;
23
23
import android .content .Context ;
24
24
import android .content .Intent ;
25
- import android .os .Build ;
26
25
import android .os .Bundle ;
27
- import android .support .annotation .ColorRes ;
28
26
import android .support .annotation .NonNull ;
29
- import android .support .v4 .content .ContextCompat ;
30
27
import android .support .v7 .app .AppCompatActivity ;
31
- import android .view .View ;
32
- import android .view .WindowManager ;
33
28
import android .widget .Toast ;
34
29
35
30
import com .duckduckgo .app .Injector ;
Original file line number Diff line number Diff line change 26
26
import android .text .Editable ;
27
27
import android .text .TextWatcher ;
28
28
import android .util .AttributeSet ;
29
- import android .view .Gravity ;
30
29
import android .view .KeyEvent ;
31
30
import android .view .Menu ;
32
31
import android .view .MenuItem ;
33
32
import android .view .View ;
34
33
import android .view .inputmethod .EditorInfo ;
35
34
import android .widget .EditText ;
36
35
import android .widget .ImageButton ;
37
- import android .widget .LinearLayout ;
38
36
import android .widget .ProgressBar ;
39
37
import android .widget .TextView ;
40
38
You can’t perform that action at this time.
0 commit comments