mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	mobile/startup: show progress update earlier
Instead of not showing a notification until after we are done loading the data into our models, tell the user that we are about to do that. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									8801ae857e
								
							
						
					
					
						commit
						85dfbfe67d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -375,9 +375,10 @@ void QMLManager::openLocalThenRemote(QString url)
 | 
				
			||||||
		qPrefTechnicalDetails::set_show_ccr_setpoint(git_prefs.show_ccr_setpoint);
 | 
							qPrefTechnicalDetails::set_show_ccr_setpoint(git_prefs.show_ccr_setpoint);
 | 
				
			||||||
		qPrefTechnicalDetails::set_show_ccr_sensors(git_prefs.show_ccr_sensors);
 | 
							qPrefTechnicalDetails::set_show_ccr_sensors(git_prefs.show_ccr_sensors);
 | 
				
			||||||
		qPrefPartialPressureGas::set_po2(git_prefs.pp_graphs.po2);
 | 
							qPrefPartialPressureGas::set_po2(git_prefs.pp_graphs.po2);
 | 
				
			||||||
 | 
							// the following steps can take a long time, so provide updates
 | 
				
			||||||
 | 
							setNotificationText(tr("Processing %1 dives").arg(dive_table.nr));
 | 
				
			||||||
		process_loaded_dives();
 | 
							process_loaded_dives();
 | 
				
			||||||
		MobileModels::instance()->reset();
 | 
							MobileModels::instance()->reset();
 | 
				
			||||||
		appendTextToLog(QStringLiteral("%1 dives loaded from cache").arg(dive_table.nr));
 | 
					 | 
				
			||||||
		setNotificationText(tr("%1 dives loaded from local dive data file").arg(dive_table.nr));
 | 
							setNotificationText(tr("%1 dives loaded from local dive data file").arg(dive_table.nr));
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if (qPrefCloudStorage::cloud_verification_status() == qPrefCloudStorage::CS_NEED_TO_VERIFY) {
 | 
						if (qPrefCloudStorage::cloud_verification_status() == qPrefCloudStorage::CS_NEED_TO_VERIFY) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue