Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8eb6644 authored by Fan Zhang's avatar Fan Zhang
Browse files

Deprecate openTile method.

We no longer have tile drawer. Deprecatign this will make logging easier.

Bug: 30137094
Test: RunSettingsLibTests
Change-Id: I19777ede597e9db57b7c27b1850c39f9e2a61aa7
parent 33366c31
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -322,6 +322,7 @@ public class SettingsDrawerActivity extends Activity {
        }
        }
    }
    }


    @Deprecated
    public boolean openTile(Tile tile) {
    public boolean openTile(Tile tile) {
        closeDrawer();
        closeDrawer();
        if (tile == null) {
        if (tile == null) {