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

Commit c1dc15e8 authored by Geoffrey Pitsch's avatar Geoffrey Pitsch Committed by android-build-merger
Browse files

Merge "Reduce toast duration for channel warnings." into oc-dev

am: f6e956b1

Change-Id: I5a28910fa155a17256655ccd2cc0dc341dc3fbc3
parents 7287c984 f6e956b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3225,7 +3225,7 @@ public class NotificationManagerService extends SystemService {
                Settings.Global.SHOW_NOTIFICATION_CHANNEL_WARNINGS, defaultWarningEnabled) != 0;
        if (warningEnabled) {
            Toast toast = Toast.makeText(getContext(), mHandler.getLooper(), toastText,
                    Toast.LENGTH_LONG);
                    Toast.LENGTH_SHORT);
            toast.show();
        }
    }