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

Commit ad0ec16f authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Bug fixes in the printer dialog activity and fused printer loader." into klp-dev

parents e1de4b32 9186d0cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ import java.util.List;
public abstract class PrinterDiscoverySession {
public abstract class PrinterDiscoverySession {
    private static final String LOG_TAG = "PrinterDiscoverySession";
    private static final String LOG_TAG = "PrinterDiscoverySession";


    private static final int MAX_ITEMS_PER_CALLBACK = 100;
    private static final int MAX_ITEMS_PER_CALLBACK = 50;


    private static int sIdCounter = 0;
    private static int sIdCounter = 0;


−667 B
Loading image diff...
−596 B
Loading image diff...
−761 B
Loading image diff...
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@
    <item
    <item
        android:id="@+id/action_add_printer"
        android:id="@+id/action_add_printer"
        android:title="@null"
        android:title="@null"
        android:icon="@drawable/ic_menu_add"
        android:icon="@*android:drawable/create_contact"
        android:showAsAction="ifRoom"
        android:showAsAction="ifRoom"
        android:alphabeticShortcut="a">
        android:alphabeticShortcut="a">
    </item>
    </item>
Loading