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

Commit fd1c7494 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

am: c1dc15e8

Change-Id: I7c837df3a91727be805109dd8608b1e76761daec
parents f66b74ec c1dc15e8
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();
        }
    }