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

Commit 065bebda authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Nishith Khanna
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 e01e4e85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,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);