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

Commit 1aabf721 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Mohammed Althaf T
Browse files

224-Remove_welcome_alert

issue: https://gitlab.e.foundation/e/os/backlog/-/issues/224

Welcome popup has a layout popup not fully rotating issue. & The popup
actually don't add any extra business value.
parent ad869d4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen
            Log.d(TAG, "onCreate: time after setting system ui visibility listener: " + (System.currentTimeMillis() - debug_time));

        // show "about" dialog for first time use
        if( !has_done_first_time ) {
        if(false) {
            if( !is_test ) {
                AlertDialog.Builder alertDialog = new AlertDialog.Builder(this);
                alertDialog.setTitle(R.string.app_name);